File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 implementation(" androidx.appcompat:appcompat:1.7.1" )
5757 implementation(" androidx.preference:preference-ktx:1.2.1" )
5858 // Needed to override the version used by preference-ktx
59- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 " )
59+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.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:34.6.0" ))
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.11 .0" )
57+ implementation(" androidx.activity:activity-ktx:1.12 .0" )
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.11 .0" )
60+ implementation(" androidx.activity:activity-ktx:1.12 .0" )
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.11 .0"
2+ activityCompose = " 1.12 .0"
33agp = " 8.9.2"
44composeBom = " 2024.09.00"
55composeNavigation = " 2.9.6"
@@ -10,7 +10,7 @@ junit = "4.13.2"
1010junitVersion = " 1.3.0"
1111kotlin = " 2.0.21"
1212kotlinxSerializationCore = " 1.9.0"
13- lifecycle = " 2.9.4 "
13+ lifecycle = " 2.10.0 "
1414lifecycleRuntimeKtx = " 2.8.7"
1515material = " 1.13.0"
1616webkit = " 1.14.0"
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.11 .0" )
77+ implementation(" androidx.activity:activity-ktx:1.12 .0" )
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" )
@@ -88,9 +88,9 @@ dependencies {
8888 implementation(" androidx.navigation:navigation-ui-ktx:2.9.6" )
8989
9090 // Android architecture components
91- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 " )
91+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 " )
9292 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
93- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.9.4 " )
93+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.10.0 " )
9494
9595 // Third-party libraries
9696 implementation(" me.zhanghai.android.materialratingbar:library:1.4.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.11 .0" )
52+ implementation(" androidx.activity:activity-ktx:1.12 .0" )
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 @@ -8,9 +8,9 @@ junit = "4.13.2"
88junitVersion = " 1.3.0"
99espressoCore = " 3.7.0"
1010kotlinxSerializationCore = " 1.9.0"
11- lifecycle = " 2.9.4 "
12- activityCompose = " 1.11 .0"
13- composeBom = " 2025.11.00 "
11+ lifecycle = " 2.10.0 "
12+ activityCompose = " 1.12 .0"
13+ composeBom = " 2025.11.01 "
1414googleServices = " 4.4.4"
1515composeNavigation = " 2.9.6"
1616material = " 1.13.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.11 .0" )
64+ implementation(" androidx.activity:activity-ktx:1.12 .0" )
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 @@ -71,7 +71,7 @@ dependencies {
7171
7272 implementation(" com.google.android.material:material:1.13.0" )
7373 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
74- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 " )
74+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 " )
7575
7676 implementation(" com.github.bumptech.glide:glide:4.12.0" )
7777
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.11 .0" )
62+ implementation(" androidx.activity:activity-ktx:1.12 .0" )
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