File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
6565 implementation(" com.google.android.material:material:1.12.0" )
6666 implementation(" androidx.multidex:multidex:2.0.1" )
6767 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
68- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.5 " )
69- implementation(" androidx.navigation:navigation-ui-ktx:2.8.5 " )
68+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.6 " )
69+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.6 " )
7070 implementation(" androidx.startup:startup-runtime:1.2.0" )
7171
7272 // Android architecture components
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
44plugins {
55 id(" com.android.application" ) version " 8.8.0" apply false
66 id(" com.android.library" ) version " 8.8.0" apply false
7- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
7+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
88 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9- id(" androidx.navigation.safeargs" ) version " 2.8.5 " apply false
9+ id(" androidx.navigation.safeargs" ) version " 2.8.6 " apply false
1010 id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
1111}
1212
You can’t perform that action at this time.
0 commit comments