Skip to content

Commit 68d41be

Browse files
authored
Auto-update dependencies. (#1677)
1 parent 984eefa commit 68d41be

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

admob/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.8.1")
56-
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
55+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.2")
56+
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")
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.3")
67+
debugImplementation("androidx.fragment:fragment-testing:1.8.4")
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")

auth/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dependencies {
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.8.1")
59-
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
58+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.2")
59+
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")
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.4.0"))

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8.1" apply false
10+
id("androidx.navigation.safeargs") version "2.8.2" apply false
1111
id("com.github.ben-manes.versions") version "0.51.0" apply true
1212
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" apply false
1313
}

database/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.8.1")
55-
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
54+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.2")
55+
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")
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.4.0"))

dataconnect/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88

99
android {
1010
namespace = "com.google.firebase.example.dataconnect"
11-
compileSdk = 34
11+
compileSdk = 35
1212

1313
defaultConfig {
1414
applicationId = "com.google.firebase.example.dataconnect"
1515
minSdk = 23
16-
targetSdk = 34
16+
targetSdk = 35
1717
versionCode = 1
1818
versionName = "1.0"
1919

firestore/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ 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.8.1")
84-
implementation("androidx.navigation:navigation-ui-ktx:2.8.1")
83+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.2")
84+
implementation("androidx.navigation:navigation-ui-ktx:2.8.2")
8585

8686
// Android architecture components
8787
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")

firestore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("com.android.library") version "8.7.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.8.1" apply false
8+
id("androidx.navigation.safeargs") version "2.8.2" apply false
99
}
1010

1111
allprojects {

functions/app/build.gradle.kts

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

4848
implementation("androidx.activity:activity-ktx:1.9.2")
49-
implementation("androidx.fragment:fragment-ktx:1.8.3")
49+
implementation("androidx.fragment:fragment-ktx:1.8.4")
5050
implementation("androidx.appcompat:appcompat:1.7.0")
5151
implementation("com.google.android.material:material:1.12.0")
5252

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22
agp = "8.7.0"
3-
coilCompose = "2.6.0"
3+
coilCompose = "2.7.0"
44
firebaseAuth = "23.0.0"
55
firebaseDataConnect = "16.0.0-beta01"
66
kotlin = "2.0.20"
77
coreKtx = "1.13.1"
88
junit = "4.13.2"
9-
junitVersion = "1.1.5"
10-
espressoCore = "3.5.1"
11-
kotlinxSerializationCore = "1.6.3"
12-
lifecycle = "2.8.1"
13-
activityCompose = "1.9.0"
9+
junitVersion = "1.2.1"
10+
espressoCore = "3.6.1"
11+
kotlinxSerializationCore = "1.7.3"
12+
lifecycle = "2.8.6"
13+
activityCompose = "1.9.2"
1414
composeBom = "2023.08.00"
1515
googleServices = "4.4.2"
16-
composeNavigation = "2.8.1"
16+
composeNavigation = "2.8.2"
1717

1818
[libraries]
1919
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

messaging/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959

6060
// Required when asking for permission to post notifications (starting in Android 13)
6161
implementation("androidx.activity:activity-ktx:1.9.2")
62-
implementation("androidx.fragment:fragment-ktx:1.8.3")
62+
implementation("androidx.fragment:fragment-ktx:1.8.4")
6363

6464
implementation("com.google.android.material:material:1.12.0")
6565

0 commit comments

Comments
 (0)