Skip to content

Auto-update dependencies. #2662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tasks {

android {
namespace = "com.google.samples.quickstart.admobexample"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.samples.quickstart.admobexample"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -52,13 +52,13 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.browser:browser:1.5.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.8")
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")

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

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// For an optimal experience using AdMob, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
6 changes: 3 additions & 3 deletions admob/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
6 changes: 3 additions & 3 deletions analytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tasks {

android {
namespace = "com.google.firebase.quickstart.analytics"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.quickstart.analytics"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// Firebase Analytics
implementation("com.google.firebase:firebase-analytics")
Expand Down
6 changes: 3 additions & 3 deletions analytics/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
8 changes: 4 additions & 4 deletions appdistribution/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace = "com.google.firebase.appdistributionquickstart"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.appdistributionquickstart"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"

Expand Down Expand Up @@ -53,10 +53,10 @@ dependencies {
implementation("androidx.multidex:multidex:2.0.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// ADD the SDK to the "prerelease" variant only (example)
implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta14")
implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta15")

// For an optimal experience using App Distribution, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
6 changes: 3 additions & 3 deletions appdistribution/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
16 changes: 8 additions & 8 deletions auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ tasks {

android {
namespace= "com.google.firebase.quickstart.auth"
compileSdk = 35
compileSdk = 36
flavorDimensions += "minSdkVersion"

defaultConfig {
applicationId = "com.google.firebase.quickstart.auth"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -55,23 +55,23 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.8")
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// Firebase Authentication
implementation("com.google.firebase:firebase-auth")

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

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

// Facebook Android SDK (only required for Facebook Login)
// Used in FacebookLoginActivity.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void onSignInResult(FirebaseAuthUIAuthenticationResult result) {

private void startSignIn() {
Intent intent = AuthUI.getInstance().createSignInIntentBuilder()
.setIsSmartLockEnabled(!BuildConfig.DEBUG)
.setCredentialManagerEnabled(!BuildConfig.DEBUG)
.setAvailableProviders(Collections.singletonList(
new AuthUI.IdpConfig.EmailBuilder().build()))
.setLogo(R.mipmap.ic_launcher)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class FirebaseUIFragment : Fragment() {

private fun startSignIn() {
val intent = AuthUI.getInstance().createSignInIntentBuilder()
.setIsSmartLockEnabled(!BuildConfig.DEBUG)
.setCredentialManagerEnabled(!BuildConfig.DEBUG)
.setAvailableProviders(listOf(AuthUI.IdpConfig.EmailBuilder().build()))
.setLogo(R.mipmap.ic_launcher)
.build()
Expand Down
6 changes: 3 additions & 3 deletions auth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.3" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
id("androidx.navigation.safeargs") version "2.8.8" apply false
id("androidx.navigation.safeargs") version "2.8.9" apply false
id("com.github.ben-manes.versions") version "0.52.0" apply true
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.1.20" apply false
}

allprojects {
Expand Down
6 changes: 3 additions & 3 deletions config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tasks {

android {
namespace = "com.google.samples.quickstart.config"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.samples.quickstart.config"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// Firebase Remote Config
implementation("com.google.firebase:firebase-config")
Expand Down
6 changes: 3 additions & 3 deletions config/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
6 changes: 3 additions & 3 deletions crash/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ tasks {

android {
namespace = "com.google.samples.quickstart.crash"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.samples.quickstart.crash"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.10.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// Firebase Crashlytics
implementation("com.google.firebase:firebase-crashlytics")
Expand Down
6 changes: 3 additions & 3 deletions crash/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.3" apply false
}
Expand Down
12 changes: 6 additions & 6 deletions database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tasks {

android {
namespace = "com.google.firebase.quickstart.database"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.quickstart.database"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -51,19 +51,19 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.recyclerview:recyclerview:1.4.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.8")
implementation("androidx.navigation:navigation-ui-ktx:2.8.8")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.9")
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// Firebase Realtime Database
implementation("com.google.firebase:firebase-database")

// Firebase Authentication
implementation("com.google.firebase:firebase-auth")

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

// Needed to fix a dependency conflict with FirebaseUI'
implementation("androidx.arch.core:core-runtime:2.2.0")
Expand Down
6 changes: 3 additions & 3 deletions database/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
4 changes: 2 additions & 2 deletions dataconnect/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {

android {
namespace = "com.google.firebase.example.dataconnect"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.example.dataconnect"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"

Expand Down
6 changes: 3 additions & 3 deletions dynamiclinks/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tasks {

android {
namespace = "com.google.firebase.quickstart.deeplinks"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.quickstart.deeplinks"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.12.0"))

// Firebase Dynamic Links
implementation("com.google.firebase:firebase-dynamic-links")
Expand Down
6 changes: 3 additions & 3 deletions dynamiclinks/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
Loading
Loading