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 {
55
55
implementation(" androidx.appcompat:appcompat:1.7.1" )
56
56
implementation(" com.google.android.material:material:1.13.0" )
57
57
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 " )
60
60
61
61
implementation(" com.google.android.gms:play-services-ads:23.3.0" )
62
62
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ dependencies {
58
58
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
59
59
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
60
60
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 " )
63
63
64
64
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
65
65
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 {
7
7
id(" com.google.gms.google-services" ) version " 4.4.3" apply false
8
8
id(" com.google.firebase.crashlytics" ) version " 3.0.6" apply false
9
9
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
12
12
id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.20" apply false
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
54
54
implementation(" androidx.appcompat:appcompat:1.7.1" )
55
55
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
56
56
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 " )
59
59
60
60
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
61
61
implementation(platform(" com.google.firebase:firebase-bom:34.3.0" ))
Original file line number Diff line number Diff line change 2
2
activityCompose = " 1.11.0"
3
3
agp = " 8.9.2"
4
4
composeBom = " 2024.09.00"
5
- composeNavigation = " 2.9.4 "
5
+ composeNavigation = " 2.9.5 "
6
6
coreKtx = " 1.17.0"
7
7
espressoCore = " 3.7.0"
8
8
firebaseBom = " 34.3.0"
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ dependencies {
84
84
implementation(" androidx.media:media:1.7.1" )
85
85
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
86
86
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 " )
89
89
90
90
// Android architecture components
91
91
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id(" com.android.library" ) version " 8.13.0" apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.2.20" apply false
7
7
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
9
9
}
10
10
11
11
allprojects {
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ espressoCore = "3.7.0"
10
10
kotlinxSerializationCore = " 1.9.0"
11
11
lifecycle = " 2.9.4"
12
12
activityCompose = " 1.11.0"
13
- composeBom = " 2025.09.00 "
13
+ composeBom = " 2025.09.01 "
14
14
googleServices = " 4.4.3"
15
- composeNavigation = " 2.9.4 "
15
+ composeNavigation = " 2.9.5 "
16
16
material = " 1.13.0"
17
17
webkit = " 1.14.0"
18
18
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
78
78
79
79
implementation(" com.google.firebase:firebase-installations:19.0.1" )
80
80
81
- implementation(" androidx.work:work-runtime:2.10.4 " )
81
+ implementation(" androidx.work:work-runtime:2.10.5 " )
82
82
83
83
// Testing dependencies
84
84
androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
You can’t perform that action at this time.
0 commit comments