Skip to content
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

Auto-update dependencies. #619

Merged
merged 2 commits into from
Mar 21, 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
6 changes: 3 additions & 3 deletions admob/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.example.admob"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.example.admob"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies {
// [END gradle_play_config]

// 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.11.0"))

// For an optimal experience using AdMob, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
2 changes: 1 addition & 1 deletion admob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 @@ -6,12 +6,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.example.analytics"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -35,7 +35,7 @@ android {
dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.firebase:firebase-analytics:22.3.0")
implementation("com.google.firebase:firebase-analytics:22.4.0")
// Ironsource and AppLovin libraries used for ad_impression snippets
implementation("com.applovin:applovin-sdk:11.5.1")
implementation("com.ironsource.sdk:mediationsdk:7.2.4.1")
Expand Down
2 changes: 1 addition & 1 deletion analytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 appcheck/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.example.appcheck"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.example.appcheck"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))
implementation("com.google.firebase:firebase-appcheck")
implementation("com.google.firebase:firebase-appcheck-playintegrity")
implementation("com.google.firebase:firebase-appcheck-debug")
Expand Down
2 changes: 1 addition & 1 deletion appcheck/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.auth"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -40,14 +40,14 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.10.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// Add the dependency for the Firebase Authentication library
// When using the BoM, you don't specify versions in Firebase library dependencies
implementation("com.google.firebase:firebase-auth")

// [START gradle_firebase_ui_auth]
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
implementation("com.firebaseui:firebase-ui-auth:9.0.0")

// Google Identity Services SDK (only required for Auth with Google)
implementation("androidx.credentials:credentials:1.5.0")
Expand Down
2 changes: 1 addition & 1 deletion auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("org.jetbrains.kotlin.android") version "2.1.20" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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("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
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 @@ -5,12 +5,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.config"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// Add the dependencies for the Remote Config and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 crashlytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.example.crashlytics"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand All @@ -38,7 +38,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// Add the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion crashlytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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
6 changes: 3 additions & 3 deletions database/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.referencecode.database"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.firebase.referencecode.database"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
}
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// Add the dependency for the Realtime Database library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 dl-invites/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.dynamicinvites"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// Add the dependency for the Dynamic Links library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion dl-invites/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 dynamic-links/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.dynamiclinks"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -36,7 +36,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// When using the BoM, you don't specify versions in Firebase library dependencies
implementation("com.google.firebase:firebase-auth")
Expand Down
2 changes: 1 addition & 1 deletion dynamic-links/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 firebaseoptions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

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

defaultConfig {
applicationId = "devrel.firebase.google.com.firebaseoptions"
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -36,7 +36,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))
implementation("com.google.firebase:firebase-database")
implementation("com.google.firebase:firebase-common")
}
2 changes: 1 addition & 1 deletion firebaseoptions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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 firestore/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.example.firestore"
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.google.example.firestore"
minSdk = 23
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("androidx.multidex:multidex:2.0.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.10.0"))
implementation(platform("com.google.firebase:firebase-bom:33.11.0"))

// Declare the dependency for the Cloud Firestore library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion firestore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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("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