Skip to content

Commit 9e4215d

Browse files
committed
Auto-update dependencies.
1 parent 4a85465 commit 9e4215d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

admob/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
// for Google Analytics. This is recommended, but not required.
6868
implementation("com.google.firebase:firebase-analytics")
6969

70-
debugImplementation("androidx.fragment:fragment-testing:1.8.8")
70+
debugImplementation("androidx.fragment:fragment-testing:1.8.9")
7171
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
7272
androidTestImplementation("androidx.test:rules:1.7.0")
7373
androidTestImplementation("androidx.test:runner:1.7.0")

firebase-ai/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ activityCompose = "1.10.1"
33
agp = "8.9.2"
44
composeBom = "2024.09.00"
55
composeNavigation = "2.9.3"
6-
coreKtx = "1.16.0"
6+
coreKtx = "1.17.0"
77
espressoCore = "3.7.0"
88
firebaseBom = "34.1.0"
99
junit = "4.13.2"

firestore/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ dependencies {
7676
// Support Libs
7777
implementation("androidx.activity:activity-ktx:1.10.1")
7878
implementation("androidx.appcompat:appcompat:1.7.1")
79-
implementation("androidx.core:core-ktx:1.16.0")
79+
implementation("androidx.core:core-ktx:1.17.0")
8080
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
8181
implementation("androidx.cardview:cardview:1.0.0")
8282
implementation("androidx.browser:browser:1.5.0")
8383
implementation("com.google.android.material:material:1.12.0")
84-
implementation("androidx.media:media:1.7.0")
84+
implementation("androidx.media:media:1.7.1")
8585
implementation("androidx.recyclerview:recyclerview:1.4.0")
8686
implementation("androidx.multidex:multidex:2.0.1")
8787
implementation("androidx.navigation:navigation-fragment-ktx:2.9.3")

functions/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation(project(":internal:chooserx"))
5151

5252
implementation("androidx.activity:activity-ktx:1.10.1")
53-
implementation("androidx.fragment:fragment-ktx:1.8.8")
53+
implementation("androidx.fragment:fragment-ktx:1.8.9")
5454
implementation("androidx.appcompat:appcompat:1.7.1")
5555
implementation("com.google.android.material:material:1.12.0")
5656

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ agp = "8.12.0"
33
coilCompose = "2.7.0"
44
firebaseBom = "34.1.0"
55
kotlin = "2.2.0"
6-
coreKtx = "1.16.0"
6+
coreKtx = "1.17.0"
77
junit = "4.13.2"
88
junitVersion = "1.3.0"
99
espressoCore = "3.7.0"
1010
kotlinxSerializationCore = "1.9.0"
1111
lifecycle = "2.9.2"
1212
activityCompose = "1.10.1"
13-
composeBom = "2025.07.00"
13+
composeBom = "2025.08.00"
1414
googleServices = "4.4.3"
1515
composeNavigation = "2.9.3"
1616
material = "1.12.0"

messaging/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ dependencies {
5858
implementation(project(":internal:chooserx"))
5959
implementation("androidx.annotation:annotation:1.9.1")
6060
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
61-
implementation("androidx.core:core-ktx:1.16.0")
61+
implementation("androidx.core:core-ktx:1.17.0")
6262

6363
// Required when asking for permission to post notifications (starting in Android 13)
6464
implementation("androidx.activity:activity-ktx:1.10.1")
65-
implementation("androidx.fragment:fragment-ktx:1.8.8")
65+
implementation("androidx.fragment:fragment-ktx:1.8.9")
6666

6767
implementation("com.google.android.material:material:1.12.0")
6868

0 commit comments

Comments
 (0)