File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ dependencies {
100100 testImplementation " org.robolectric:robolectric:4.14.1"
101101
102102// AndroidX
103- implementation ' androidx.appcompat:appcompat:1.7.0 '
103+ implementation ' androidx.appcompat:appcompat:1.7.1 '
104104 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
105- implementation ' androidx.fragment:fragment:1.8.6 '
105+ implementation ' androidx.fragment:fragment:1.8.8 '
106106 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
107107 implementation ' androidx.preference:preference:1.2.1'
108108 implementation ' androidx.recyclerview:recyclerview:1.4.0'
109- implementation " androidx.navigation:navigation-fragment:2.8.8 "
110- implementation " androidx.navigation:navigation-ui:2.8.8 "
109+ implementation " androidx.navigation:navigation-fragment:2.9.2 "
110+ implementation " androidx.navigation:navigation-ui:2.9.2 "
111111 coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.5'
112112
113113// Google
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.9.1 '
9+ classpath ' com.android.tools.build:gradle:8.9.3 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments