File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
52
52
implementation(" androidx.appcompat:appcompat:1.7.0" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
54
implementation(" androidx.browser:browser:1.5.0" )
55
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.3 " )
56
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.3 " )
55
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.4 " )
56
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.4 " )
57
57
58
58
implementation(" com.google.android.gms:play-services-ads:23.3.0" )
59
59
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ dependencies {
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.2.0" )
56
56
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
57
57
implementation(" com.google.android.material:material:1.12.0" )
58
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.3 " )
59
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.3 " )
58
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.4 " )
59
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.4 " )
60
60
61
61
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
62
62
implementation(platform(" com.google.firebase:firebase-bom:33.5.1" ))
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
id(" com.google.firebase.crashlytics" ) version " 3.0.2" apply false
9
9
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
10
- id(" androidx.navigation.safeargs" ) version " 2.8.3 " apply false
10
+ id(" androidx.navigation.safeargs" ) version " 2.8.4 " apply false
11
11
id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
12
12
id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.21" apply false
13
13
}
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ dependencies {
51
51
implementation(" androidx.appcompat:appcompat:1.7.0" )
52
52
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.3 " )
55
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.3 " )
54
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.4 " )
55
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.4 " )
56
56
57
57
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
58
58
implementation(platform(" com.google.firebase:firebase-bom:33.5.1" ))
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ dependencies {
80
80
implementation(" androidx.media:media:1.7.0" )
81
81
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
82
82
implementation(" androidx.multidex:multidex:2.0.1" )
83
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.3 " )
84
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.3 " )
83
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.4 " )
84
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.4 " )
85
85
86
86
// Android architecture components
87
87
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id(" com.android.library" ) version " 8.7.2" apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.0.21" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
- id(" androidx.navigation.safeargs" ) version " 2.8.3 " apply false
8
+ id(" androidx.navigation.safeargs" ) version " 2.8.4 " apply false
9
9
}
10
10
11
11
allprojects {
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ espressoCore = "3.6.1"
11
11
kotlinxSerializationCore = " 1.7.3"
12
12
lifecycle = " 2.8.7"
13
13
activityCompose = " 1.9.3"
14
- composeBom = " 2024.10.01 "
14
+ composeBom = " 2024.11.00 "
15
15
googleServices = " 4.4.2"
16
- composeNavigation = " 2.8.3 "
16
+ composeNavigation = " 2.8.4 "
17
17
18
18
[libraries ]
19
19
androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies {
55
55
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" )
56
56
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7" )
57
57
implementation(" androidx.activity:activity-compose:1.9.3" )
58
- implementation(" androidx.navigation:navigation-compose:2.8.3 " )
58
+ implementation(" androidx.navigation:navigation-compose:2.8.4 " )
59
59
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" )
60
- implementation(platform(" androidx.compose:compose-bom:2024.10.01 " ))
60
+ implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
61
61
implementation(" androidx.compose.ui:ui" )
62
62
implementation(" androidx.compose.ui:ui-graphics" )
63
63
implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -69,7 +69,7 @@ dependencies {
69
69
testImplementation(" junit:junit:4.13.2" )
70
70
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
71
71
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
72
- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.10.01 " ))
72
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
73
73
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
74
74
debugImplementation(" androidx.compose.ui:ui-tooling" )
75
75
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
You can’t perform that action at this time.
0 commit comments