Skip to content

Commit a973ae8

Browse files
committed
Auto-update dependencies.
1 parent 584c17f commit a973ae8

File tree

21 files changed

+57
-57
lines changed

21 files changed

+57
-57
lines changed

Diff for: admob/app/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.samples.quickstart.admobexample"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.samples.quickstart.admobexample"
1919
minSdk = 21
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true
@@ -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.8")
56-
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
55+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
56+
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")
5757

5858
implementation("com.google.android.gms:play-services-ads:23.3.0")
5959

Diff for: analytics/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.analytics"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.analytics"
1919
minSdk = 21
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Diff for: appdistribution/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.appdistributionquickstart"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.appdistributionquickstart"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717

Diff for: auth/app/build.gradle.kts

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ tasks {
1212

1313
android {
1414
namespace= "com.google.firebase.quickstart.auth"
15-
compileSdk = 35
15+
compileSdk = 36
1616
flavorDimensions += "minSdkVersion"
1717

1818
defaultConfig {
1919
applicationId = "com.google.firebase.quickstart.auth"
2020
minSdk = 23
21-
targetSdk = 35
21+
targetSdk = 36
2222
versionCode = 1
2323
versionName = "1.0"
2424
multiDexEnabled = true
@@ -55,8 +55,8 @@ dependencies {
5555
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
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.8")
59-
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
58+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
59+
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")
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.10.0"))
@@ -65,13 +65,13 @@ dependencies {
6565
implementation("com.google.firebase:firebase-auth")
6666

6767
// Google Identity Services SDK (only required for Auth with Google)
68-
implementation("androidx.credentials:credentials:1.3.0")
69-
implementation("androidx.credentials:credentials-play-services-auth:1.3.0")
68+
implementation("androidx.credentials:credentials:1.5.0")
69+
implementation("androidx.credentials:credentials-play-services-auth:1.5.0")
7070
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1")
7171

7272
// Firebase UI
7373
// Used in FirebaseUIActivity.
74-
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
74+
implementation("com.firebaseui:firebase-ui-auth:9.0.0")
7575

7676
// Facebook Android SDK (only required for Facebook Login)
7777
// Used in FacebookLoginActivity.

Diff for: build.gradle.kts

+1-1
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.3" apply false
99
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
10-
id("androidx.navigation.safeargs") version "2.8.8" apply false
10+
id("androidx.navigation.safeargs") version "2.8.9" apply false
1111
id("com.github.ben-manes.versions") version "0.52.0" apply true
1212
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
1313
}

Diff for: config/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.samples.quickstart.config"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.samples.quickstart.config"
1919
minSdk = 21
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

Diff for: crash/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ tasks {
1313

1414
android {
1515
namespace = "com.google.samples.quickstart.crash"
16-
compileSdk = 35
16+
compileSdk = 36
1717

1818
defaultConfig {
1919
applicationId = "com.google.samples.quickstart.crash"
2020
minSdk = 21
21-
targetSdk = 35
21+
targetSdk = 36
2222
versionCode = 1
2323
versionName = "1.0"
2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Diff for: database/app/build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.database"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.database"
1919
minSdk = 23
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true
@@ -51,8 +51,8 @@ dependencies {
5151
implementation("androidx.appcompat:appcompat:1.7.0")
5252
implementation("androidx.recyclerview:recyclerview:1.4.0")
5353
implementation("com.google.android.material:material:1.12.0")
54-
implementation("androidx.navigation:navigation-fragment-ktx:2.8.8")
55-
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
54+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
55+
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")
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.10.0"))
@@ -63,7 +63,7 @@ dependencies {
6363
// Firebase Authentication
6464
implementation("com.google.firebase:firebase-auth")
6565

66-
implementation("com.firebaseui:firebase-ui-database:8.0.2")
66+
implementation("com.firebaseui:firebase-ui-database:9.0.0")
6767

6868
// Needed to fix a dependency conflict with FirebaseUI'
6969
implementation("androidx.arch.core:core-runtime:2.2.0")

Diff for: dataconnect/app/build.gradle.kts

+2-2
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 = 35
11+
compileSdk = 36
1212

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

Diff for: dynamiclinks/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.deeplinks"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.deeplinks"
1919
minSdk = 21
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

Diff for: firestore/app/build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88
android {
99
namespace = "com.google.firebase.example.fireeats"
1010
testBuildType = "release"
11-
compileSdk = 35
11+
compileSdk = 36
1212

1313
defaultConfig {
1414
applicationId = "com.google.firebase.example.fireeats"
1515
minSdk = 23
16-
targetSdk = 35
16+
targetSdk = 36
1717
versionCode = 1
1818
versionName = "1.0"
1919
multiDexEnabled = true
@@ -67,7 +67,7 @@ dependencies {
6767
implementation("com.google.android.gms:play-services-auth:20.7.0")
6868

6969
// FirebaseUI (for authentication)
70-
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
70+
implementation("com.firebaseui:firebase-ui-auth:9.0.0")
7171

7272
// Support Libs
7373
implementation("androidx.activity:activity-ktx:1.10.1")
@@ -80,8 +80,8 @@ dependencies {
8080
implementation("androidx.media:media:1.7.0")
8181
implementation("androidx.recyclerview:recyclerview:1.4.0")
8282
implementation("androidx.multidex:multidex:2.0.1")
83-
implementation("androidx.navigation:navigation-fragment-ktx:2.8.8")
84-
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
83+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
84+
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")
8585

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

Diff for: firestore/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("com.android.library") version "8.9.0" apply false
66
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
77
id("com.google.gms.google-services") version "4.4.2" apply false
8-
id("androidx.navigation.safeargs") version "2.8.8" apply false
8+
id("androidx.navigation.safeargs") version "2.8.9" apply false
99
}
1010

1111
allprojects {

Diff for: functions/app/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ android {
88
namespace = "com.google.samples.quickstart.functions"
99
// Changes the test build type for instrumented tests to "stage".
1010
testBuildType = "release"
11-
compileSdk = 35
11+
compileSdk = 36
1212

1313
defaultConfig {
1414
applicationId = "com.google.samples.quickstart.functions"
1515
minSdk = 23
16-
targetSdk = 35
16+
targetSdk = 36
1717
versionCode = 1
1818
versionName = "1.0"
1919
multiDexEnabled = true
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("com.google.firebase:firebase-messaging")
6464

6565
// Firebase UI
66-
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
66+
implementation("com.firebaseui:firebase-ui-auth:9.0.0")
6767

6868
// Google Play services
6969
implementation("com.google.android.gms:play-services-auth:21.2.0")

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ espressoCore = "3.6.1"
1111
kotlinxSerializationCore = "1.8.0"
1212
lifecycle = "2.8.7"
1313
activityCompose = "1.10.1"
14-
composeBom = "2025.02.00"
14+
composeBom = "2025.03.00"
1515
googleServices = "4.4.2"
16-
composeNavigation = "2.8.8"
16+
composeNavigation = "2.8.9"
1717

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

Diff for: inappmessaging/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.fiamquickstart"
9-
compileSdk = 35
9+
compileSdk = 36
1010
defaultConfig {
1111
applicationId = "com.google.firebase.fiamquickstart"
1212
minSdk = 21
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616

Diff for: internal/chooserx/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44

55
android {
66
namespace = "com.firebase.example.internal"
7-
compileSdk = 35
7+
compileSdk = 36
88

99
defaultConfig {
1010
minSdk = 16
11-
targetSdk = 35
11+
targetSdk = 36
1212

1313
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1414
}

Diff for: internal/lintchecks/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
}
44
android {
55
namespace = "com.firebase.lintchecks"
6-
compileSdk = 35
6+
compileSdk = 36
77

88
defaultConfig {
99
minSdk = 16
10-
targetSdk = 35
10+
targetSdk = 36
1111
}
1212
}
1313

Diff for: messaging/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.fcm"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.fcm"
1919
minSdk = 21
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

Diff for: perf/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ tasks {
1414

1515
android {
1616
namespace = "com.google.firebase.quickstart.perfmon"
17-
compileSdk = 35
17+
compileSdk = 36
1818

1919
defaultConfig {
2020
applicationId = "com.google.firebase.quickstart.perfmon"
2121
minSdk = 21
22-
targetSdk = 35
22+
targetSdk = 36
2323
versionCode = 1
2424
versionName = "1.0"
2525
multiDexEnabled = true

Diff for: storage/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.firebasestorage"
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.firebasestorage"
1919
minSdk = 23
20-
targetSdk = 35
20+
targetSdk = 36
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

0 commit comments

Comments
 (0)