Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -35,17 +35,17 @@ android {
dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.browser:browser:1.5.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("com.google.firebase:firebase-ads:23.6.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.multidex:multidex:2.0.1")

// [START gradle_play_config]
implementation("com.google.android.gms:play-services-ads:24.3.0")
implementation("com.google.android.gms:play-services-ads:24.4.0")
// [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.14.0"))
implementation(platform("com.google.firebase:firebase-bom:33.15.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 analytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
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")
Expand Down
4 changes: 2 additions & 2 deletions appcheck/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.14.0"))
implementation(platform("com.google.firebase:firebase-bom:33.15.0"))
implementation("com.google.firebase:firebase-appcheck")
implementation("com.google.firebase:firebase-appcheck-playintegrity")
implementation("com.google.firebase:firebase-appcheck-debug")
Expand Down
4 changes: 2 additions & 2 deletions auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.browser:browser:1.0.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.activity:activity-ktx:1.10.1")

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

// Add the dependency for the Firebase Authentication library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.android.library") version "8.10.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.21" 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.crashlytics") version "3.0.4" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
id("androidx.navigation.safeargs") version "2.9.0" apply false
id("com.github.ben-manes.versions") version "0.52.0" apply true
Expand Down
4 changes: 2 additions & 2 deletions config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.16.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.14.0"))
implementation(platform("com.google.firebase:firebase-bom:33.15.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
4 changes: 2 additions & 2 deletions crashlytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.14.0"))
implementation(platform("com.google.firebase:firebase-bom:33.15.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 @@ -5,7 +5,7 @@ plugins {
id("com.android.library") version "8.10.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.21" 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.crashlytics") version "3.0.4" apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// Add the dependency for the Realtime Database library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
4 changes: 2 additions & 2 deletions dl-invites/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.recyclerview:recyclerview:1.4.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

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

// Add the dependency for the Dynamic Links library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
4 changes: 2 additions & 2 deletions dynamic-links/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// When using the BoM, you don't specify versions in Firebase library dependencies
implementation("com.google.firebase:firebase-auth")
Expand Down
4 changes: 2 additions & 2 deletions firebaseoptions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.14.0"))
implementation(platform("com.google.firebase:firebase-bom:33.15.0"))
implementation("com.google.firebase:firebase-database")
implementation("com.google.firebase:firebase-common")
}
4 changes: 2 additions & 2 deletions firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.multidex:multidex:2.0.1")

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

// Declare the dependency for the Cloud Firestore library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
4 changes: 2 additions & 2 deletions functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// Add the dependency for the Cloud Functions library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
agp = "8.10.1"
firebaseAi = "16.0.0"
firebaseAi = "16.1.0"
guava = "32.0.1-android"
kotlin = "2.1.21"
coreKtx = "1.16.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
kotlinxSerializationJson = "1.8.1"
lifecycleRuntimeKtx = "2.9.0"
lifecycleRuntimeKtx = "2.9.1"
activityCompose = "1.10.1"
composeBom = "2025.05.01"
composeBom = "2025.06.00"
reactiveStreams = "1.0.4"
vertexAI = "16.5.0"

Expand Down
4 changes: 2 additions & 2 deletions inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ android {
dependencies {
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.browser:browser:1.5.0")

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

// Add the dependencies for the In-App Messaging and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion installations/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
dependencies {
implementation(fileTree("libs").include("*.jar"))
implementation("androidx.core:core-ktx:1.16.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

implementation("com.google.firebase:firebase-installations:18.0.0")
Expand Down
6 changes: 3 additions & 3 deletions messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// Import Firebase Cloud Messaging library
implementation("com.google.firebase:firebase-messaging")
Expand All @@ -53,5 +53,5 @@ dependencies {

implementation("com.google.android.gms:play-services-auth:21.3.0")
implementation("androidx.work:work-runtime-ktx:2.10.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1")
}
4 changes: 2 additions & 2 deletions ml-functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// Cloud Functions for Firebase
implementation("com.google.firebase:firebase-functions")
Expand Down
2 changes: 1 addition & 1 deletion mlkit/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.exifinterface:exifinterface:1.3.5")
implementation("com.google.firebase:firebase-ml-common:22.1.2")
implementation("com.google.firebase:firebase-ml-model-interpreter:22.0.4")
Expand Down
4 changes: 2 additions & 2 deletions perf/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// Add the dependency for the Performance Monitoring library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
8 changes: 4 additions & 4 deletions storage/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.application")
id("kotlin-android")
id("com.google.gms.google-services")
id("com.google.devtools.ksp") version "2.1.21-2.0.1"
id("com.google.devtools.ksp") version "2.1.21-2.0.2"
}

android {
Expand Down Expand Up @@ -38,16 +38,16 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

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

implementation("com.firebaseui:firebase-ui-storage:8.0.2")
implementation("com.firebaseui:firebase-ui-storage:9.0.0")
implementation("com.github.bumptech.glide:glide:4.16.0")
ksp("com.github.bumptech.glide:ksp:4.16.0")

Expand Down
4 changes: 2 additions & 2 deletions tasks/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ android {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")

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

// Import Firebase Authentication library
implementation("com.google.firebase:firebase-auth")
Expand Down
2 changes: 1 addition & 1 deletion test-lab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {

dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("com.google.firebase:firebase-iid:21.1.0")
implementation(fileTree("../aars"))
}
Loading