File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
5454 implementation(project(" :internal:lintchecks" ))
5555 implementation(" androidx.multidex:multidex:2.0.1" )
5656
57- implementation(" androidx.activity:activity-ktx:1.12.0 " )
57+ implementation(" androidx.activity:activity-ktx:1.12.1 " )
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" )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 implementation(project(" :internal:lintchecks" ))
5858 implementation(project(" :internal:chooserx" ))
5959 implementation(" com.google.android.material:material:1.13.0" )
60- implementation(" androidx.activity:activity-ktx:1.12.0 " )
60+ implementation(" androidx.activity:activity-ktx:1.12.1 " )
6161
6262 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
6363 implementation(platform(" com.google.firebase:firebase-bom:34.6.0" ))
Original file line number Diff line number Diff line change 11[versions ]
2- activityCompose = " 1.12.0 "
2+ activityCompose = " 1.12.1 "
33agp = " 8.13.0"
44composeBom = " 2025.10.00"
55composeNavigation = " 2.9.6"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ dependencies {
7474 implementation(" com.firebaseui:firebase-ui-auth:9.1.1" )
7575
7676 // Support Libs
77- implementation(" androidx.activity:activity-ktx:1.12.0 " )
77+ implementation(" androidx.activity:activity-ktx:1.12.1 " )
7878 implementation(" androidx.appcompat:appcompat:1.7.1" )
7979 implementation(" androidx.core:core-ktx:1.17.0" )
8080 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949 implementation(project(" :internal:lintchecks" ))
5050 implementation(project(" :internal:chooserx" ))
5151
52- implementation(" androidx.activity:activity-ktx:1.12.0 " )
52+ implementation(" androidx.activity:activity-ktx:1.12.1 " )
5353 implementation(" androidx.fragment:fragment-ktx:1.8.9" )
5454 implementation(" androidx.appcompat:appcompat:1.7.1" )
5555 implementation(" com.google.android.material:material:1.13.0" )
Original file line number Diff line number Diff line change 11[versions ]
2- activityCompose = " 1.12.0 "
2+ activityCompose = " 1.12.1 "
33agp = " 8.13.1"
44camerax = " 1.5.1"
55coilCompose = " 2.7.0"
6- composeBom = " 2025.11.01 "
6+ composeBom = " 2025.12.00 "
77composeNavigation = " 2.9.6"
88coreKtx = " 1.17.0"
99espressoCore = " 3.7.0"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161 implementation(" androidx.core:core-ktx:1.17.0" )
6262
6363 // Required when asking for permission to post notifications (starting in Android 13)
64- implementation(" androidx.activity:activity-ktx:1.12.0 " )
64+ implementation(" androidx.activity:activity-ktx:1.12.1 " )
6565 implementation(" androidx.fragment:fragment-ktx:1.8.9" )
6666
6767 implementation(" com.google.android.material:material:1.13.0" )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 // Firebase Authentication
6060 implementation(" com.google.firebase:firebase-auth" )
6161
62- implementation(" androidx.activity:activity-ktx:1.12.0 " )
62+ implementation(" androidx.activity:activity-ktx:1.12.1 " )
6363 implementation(" androidx.appcompat:appcompat:1.7.1" )
6464 implementation(" com.google.android.material:material:1.13.0" )
6565 androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
You can’t perform that action at this time.
0 commit comments