File tree Expand file tree Collapse file tree 13 files changed +29
-29
lines changed Expand file tree Collapse file tree 13 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation(" androidx.appcompat:appcompat:1.7.0" )
5353 implementation(" com.google.android.material:material:1.12.0" )
5454 implementation(" androidx.browser:browser:1.5.0" )
55- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
56- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
55+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
56+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
5757
5858 implementation(" com.google.android.gms:play-services-ads:23.3.0" )
5959
@@ -64,7 +64,7 @@ dependencies {
6464 // for Google Analytics. This is recommended, but not required.
6565 implementation(" com.google.firebase:firebase-analytics" )
6666
67- debugImplementation(" androidx.fragment:fragment-testing:1.8.2 " )
67+ debugImplementation(" androidx.fragment:fragment-testing:1.8.3 " )
6868 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
6969 androidTestImplementation(" androidx.test:rules:1.6.1" )
7070 androidTestImplementation(" androidx.test:runner:1.6.2" )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation(" androidx.appcompat:appcompat:1.7.0" )
5454 implementation(" androidx.preference:preference-ktx:1.2.1" )
5555 // Needed to override the version used by preference-ktx
56- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4 " )
56+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5 " )
5757
5858 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
5959 implementation(platform(" com.google.firebase:firebase-bom:33.2.0" ))
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ dependencies {
5151 implementation(project(" :internal:lintchecks" ))
5252 implementation(" androidx.multidex:multidex:2.0.1" )
5353
54- implementation(" androidx.activity:activity-ktx:1.9.1 " )
54+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
5555 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
5656 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
5757 implementation(" com.google.android.material:material:1.12.0" )
58- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
59- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
58+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
59+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
6060
6161 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
6262 implementation(platform(" com.google.firebase:firebase-bom:33.2.0" ))
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
88 id(" com.google.firebase.crashlytics" ) version " 3.0.2" apply false
99 id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
10- id(" androidx.navigation.safeargs" ) version " 2.7.7 " apply false
10+ id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
1111 id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
1212}
1313
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation(project(" :internal:lintchecks" ))
5454 implementation(project(" :internal:chooserx" ))
5555 implementation(" com.google.android.material:material:1.12.0" )
56- implementation(" androidx.activity:activity-ktx:1.9.1 " )
56+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
5757
5858 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
5959 implementation(platform(" com.google.firebase:firebase-bom:33.2.0" ))
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ dependencies {
5151 implementation(" androidx.appcompat:appcompat:1.7.0" )
5252 implementation(" androidx.recyclerview:recyclerview:1.3.2" )
5353 implementation(" com.google.android.material:material:1.12.0" )
54- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
55- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
54+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
55+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
5656
5757 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
5858 implementation(platform(" com.google.firebase:firebase-bom:33.2.0" ))
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
7171
7272 // Support Libs
73- implementation(" androidx.activity:activity-ktx:1.9.1 " )
73+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
7474 implementation(" androidx.appcompat:appcompat:1.7.0" )
7575 implementation(" androidx.core:core-ktx:1.13.1" )
7676 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
@@ -80,13 +80,13 @@ dependencies {
8080 implementation(" androidx.media:media:1.7.0" )
8181 implementation(" androidx.recyclerview:recyclerview:1.3.2" )
8282 implementation(" androidx.multidex:multidex:2.0.1" )
83- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
84- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
83+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
84+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
8585
8686 // Android architecture components
87- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 " )
87+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
8888 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
89- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.4 " )
89+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.5 " )
9090
9191 // Third-party libraries
9292 implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id(" com.android.library" ) version " 8.6.0" apply false
66 id(" org.jetbrains.kotlin.android" ) version " 2.0.20" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8- id(" androidx.navigation.safeargs" ) version " 2.7.7 " apply false
8+ id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
99}
1010
1111allprojects {
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ dependencies {
4545 implementation(project(" :internal:lintchecks" ))
4646 implementation(project(" :internal:chooserx" ))
4747
48- implementation(" androidx.activity:activity-ktx:1.9.1 " )
49- implementation(" androidx.fragment:fragment-ktx:1.8.2 " )
48+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
49+ implementation(" androidx.fragment:fragment-ktx:1.8.3 " )
5050 implementation(" androidx.appcompat:appcompat:1.7.0" )
5151 implementation(" com.google.android.material:material:1.12.0" )
5252
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ dependencies {
5858 implementation(" androidx.core:core-ktx:1.13.1" )
5959
6060 // Required when asking for permission to post notifications (starting in Android 13)
61- implementation(" androidx.activity:activity-ktx:1.9.1 " )
62- implementation(" androidx.fragment:fragment-ktx:1.8.2 " )
61+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
62+ implementation(" androidx.fragment:fragment-ktx:1.8.3 " )
6363
6464 implementation(" com.google.android.material:material:1.12.0" )
6565
You can’t perform that action at this time.
0 commit comments