diff --git a/analytics/app/build.gradle.kts b/analytics/app/build.gradle.kts index f53efbfaa..e22d1afd4 100644 --- a/analytics/app/build.gradle.kts +++ b/analytics/app/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.preference:preference-ktx:1.2.1") // Needed to override the version used by preference-ktx - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) implementation(platform("com.google.firebase:firebase-bom:34.6.0")) diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index d989a1706..0339aa0d5 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation(project(":internal:lintchecks")) implementation("androidx.multidex:multidex:2.0.1") - implementation("androidx.activity:activity-ktx:1.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") implementation("com.google.android.material:material:1.13.0") diff --git a/crash/app/build.gradle.kts b/crash/app/build.gradle.kts index d1e6a385a..81f4c019f 100644 --- a/crash/app/build.gradle.kts +++ b/crash/app/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { implementation(project(":internal:lintchecks")) implementation(project(":internal:chooserx")) implementation("com.google.android.material:material:1.13.0") - implementation("androidx.activity:activity-ktx:1.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) implementation(platform("com.google.firebase:firebase-bom:34.6.0")) diff --git a/firebase-ai/gradle/libs.versions.toml b/firebase-ai/gradle/libs.versions.toml index ee78452fe..a9d083ad8 100644 --- a/firebase-ai/gradle/libs.versions.toml +++ b/firebase-ai/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -activityCompose = "1.11.0" +activityCompose = "1.12.0" agp = "8.13.0" composeBom = "2025.10.00" composeNavigation = "2.9.6" @@ -10,7 +10,7 @@ junit = "4.13.2" junitVersion = "1.3.0" kotlin = "2.2.20" kotlinxSerializationCore = "1.9.0" -lifecycle = "2.9.4" +lifecycle = "2.10.0" lifecycleRuntimeKtx = "2.9.4" material = "1.13.0" webkit = "1.14.0" diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 842d291b0..8e44a0f3c 100644 --- a/firestore/app/build.gradle.kts +++ b/firestore/app/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { implementation("com.firebaseui:firebase-ui-auth:9.1.1") // Support Libs - implementation("androidx.activity:activity-ktx:1.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.core:core-ktx:1.17.0") implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") @@ -88,9 +88,9 @@ dependencies { implementation("androidx.navigation:navigation-ui-ktx:2.9.6") // Android architecture components - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.4") + annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.10.0") // Third-party libraries implementation("me.zhanghai.android.materialratingbar:library:1.4.0") diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index f6de2fc7b..81992db5a 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation(project(":internal:lintchecks")) implementation(project(":internal:chooserx")) - implementation("androidx.activity:activity-ktx:1.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") implementation("androidx.fragment:fragment-ktx:1.8.9") implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.13.0") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b6007ae84..2b4d2f324 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -activityCompose = "1.11.0" +activityCompose = "1.12.0" agp = "8.13.1" camerax = "1.5.1" coilCompose = "2.7.0" -composeBom = "2025.11.00" +composeBom = "2025.11.01" composeNavigation = "2.9.6" coreKtx = "1.17.0" espressoCore = "3.7.0" @@ -13,7 +13,7 @@ junit = "4.13.2" junitVersion = "1.3.0" kotlin = "2.2.21" kotlinxSerializationCore = "1.9.0" -lifecycle = "2.9.4" +lifecycle = "2.10.0" material = "1.13.0" webkit = "1.14.0" diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 71733f3c7..d2f504607 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("androidx.core:core-ktx:1.17.0") // Required when asking for permission to post notifications (starting in Android 13) - implementation("androidx.activity:activity-ktx:1.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") implementation("androidx.fragment:fragment-ktx:1.8.9") implementation("com.google.android.material:material:1.13.0") diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index a7ba05015..61e85131a 100644 --- a/perf/app/build.gradle.kts +++ b/perf/app/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation("com.google.android.material:material:1.13.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("com.github.bumptech.glide:glide:4.12.0") diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index e3edc6452..15b3c4a12 100644 --- a/storage/app/build.gradle.kts +++ b/storage/app/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { // Firebase Authentication implementation("com.google.firebase:firebase-auth") - implementation("androidx.activity:activity-ktx:1.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.13.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")