File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ dependencies {
65
65
implementation(" com.google.android.material:material:1.12.0" )
66
66
implementation(" androidx.multidex:multidex:2.0.1" )
67
67
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
68
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
69
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
70
- implementation(" androidx.startup:startup-runtime:1.1.1 " )
68
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.1 " )
69
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.1 " )
70
+ implementation(" androidx.startup:startup-runtime:1.2.0 " )
71
71
72
72
// Android architecture components
73
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
73
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.6 " )
74
74
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
75
- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.5 " )
75
+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.6 " )
76
76
77
77
// Third-party libraries
78
78
implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id(" com.android.library" ) version " 8.6.1" apply false
7
7
id(" org.jetbrains.kotlin.android" ) version " 2.0.20" apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
- id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
9
+ id(" androidx.navigation.safeargs" ) version " 2.8.1 " apply false
10
10
id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments