File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ dependencies {
5555 implementation(" androidx.appcompat:appcompat:1.7.1" )
5656 implementation(" com.google.android.material:material:1.13.0" )
5757 implementation(" androidx.browser:browser:1.5.0" )
58- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.4 " )
59- implementation(" androidx.navigation:navigation-ui-ktx:2.9.4 " )
58+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.5 " )
59+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.5 " )
6060
6161 implementation(" com.google.android.gms:play-services-ads:23.3.0" )
6262
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ dependencies {
5858 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
5959 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
6060 implementation(" com.google.android.material:material:1.13.0" )
61- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.4 " )
62- implementation(" androidx.navigation:navigation-ui-ktx:2.9.4 " )
61+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.5 " )
62+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.5 " )
6363
6464 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
6565 implementation(platform(" com.google.firebase:firebase-bom:34.3.0" ))
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ plugins {
77 id(" com.google.gms.google-services" ) version " 4.4.3" apply false
88 id(" com.google.firebase.crashlytics" ) version " 3.0.6" apply false
99 id(" com.google.firebase.firebase-perf" ) version " 2.0.1" apply false
10- id(" androidx.navigation.safeargs" ) version " 2.9.4 " apply false
11- id(" com.github.ben-manes.versions" ) version " 0.52 .0" apply true
10+ id(" androidx.navigation.safeargs" ) version " 2.9.5 " apply false
11+ id(" com.github.ben-manes.versions" ) version " 0.53 .0" apply true
1212 id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.20" apply false
1313}
1414
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
5454 implementation(" androidx.appcompat:appcompat:1.7.1" )
5555 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
5656 implementation(" com.google.android.material:material:1.13.0" )
57- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.4 " )
58- implementation(" androidx.navigation:navigation-ui-ktx:2.9.4 " )
57+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.5 " )
58+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.5 " )
5959
6060 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
6161 implementation(platform(" com.google.firebase:firebase-bom:34.3.0" ))
Original file line number Diff line number Diff line change 22activityCompose = " 1.11.0"
33agp = " 8.9.2"
44composeBom = " 2024.09.00"
5- composeNavigation = " 2.9.4 "
5+ composeNavigation = " 2.9.5 "
66coreKtx = " 1.17.0"
77espressoCore = " 3.7.0"
88firebaseBom = " 34.3.0"
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ dependencies {
8484 implementation(" androidx.media:media:1.7.1" )
8585 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
8686 implementation(" androidx.multidex:multidex:2.0.1" )
87- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.4 " )
88- implementation(" androidx.navigation:navigation-ui-ktx:2.9.4 " )
87+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.5 " )
88+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.5 " )
8989
9090 // Android architecture components
9191 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id(" com.android.library" ) version " 8.13.0" apply false
66 id(" org.jetbrains.kotlin.android" ) version " 2.2.20" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.3" apply false
8- id(" androidx.navigation.safeargs" ) version " 2.9.4 " apply false
8+ id(" androidx.navigation.safeargs" ) version " 2.9.5 " apply false
99}
1010
1111allprojects {
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ espressoCore = "3.7.0"
1010kotlinxSerializationCore = " 1.9.0"
1111lifecycle = " 2.9.4"
1212activityCompose = " 1.11.0"
13- composeBom = " 2025.09.00 "
13+ composeBom = " 2025.09.01 "
1414googleServices = " 4.4.3"
15- composeNavigation = " 2.9.4 "
15+ composeNavigation = " 2.9.5 "
1616material = " 1.13.0"
1717webkit = " 1.14.0"
1818
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
7878
7979 implementation(" com.google.firebase:firebase-installations:19.0.1" )
8080
81- implementation(" androidx.work:work-runtime:2.10.4 " )
81+ implementation(" androidx.work:work-runtime:2.10.5 " )
8282
8383 // Testing dependencies
8484 androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
You can’t perform that action at this time.
0 commit comments