Skip to content

Commit 39349ae

Browse files
committed
Update dependencies
1 parent 780702d commit 39349ae

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)