diff --git a/app/build.gradle b/app/build.gradle index 3b916a27c..3f8ef1651 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,9 +90,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.activity:activity-ktx:1.9.3" - // Disabled until I can be secure that predictive back isn't utterly unstable. - // noinspection GradleDependency - implementation "androidx.fragment:fragment-ktx:1.6.2" + implementation "androidx.fragment:fragment-ktx:1.8.5" // Components // Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on @@ -100,13 +98,13 @@ dependencies { // TODO: Report this issue and hope for a timely fix // noinspection GradleDependency implementation "androidx.recyclerview:recyclerview:1.2.1" - implementation "androidx.constraintlayout:constraintlayout:2.1.4" + implementation "androidx.constraintlayout:constraintlayout:2.2.0" // 1.1.0 upgrades recyclerview to 1.3.0, keep it on 1.0.0 //noinspection GradleDependency implementation "androidx.viewpager2:viewpager2:1.0.0" // Lifecycle - def lifecycle_version = "2.8.6" + def lifecycle_version = "2.8.7" implementation "androidx.lifecycle:lifecycle-common:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"