Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Dec 13, 2024
1 parent f8eb947 commit 389d12c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ 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("com.google.firebase:firebase-ads:23.5.0")
implementation("com.google.firebase:firebase-ads:23.6.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
implementation("androidx.multidex:multidex:2.0.1")

// [START gradle_play_config]
implementation("com.google.android.gms:play-services-ads:23.5.0")
implementation("com.google.android.gms:play-services-ads:23.6.0")
// [END gradle_play_config]

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
id("androidx.navigation.safeargs") version "2.8.4" apply false
id("androidx.navigation.safeargs") version "2.8.5" apply false
id("com.github.ben-manes.versions") version "0.51.0" apply true
}

Expand Down
2 changes: 1 addition & 1 deletion firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

// Firebase / Play Services
implementation("com.google.firebase:firebase-auth")
implementation("com.google.android.gms:play-services-auth:21.2.0")
implementation("com.google.android.gms:play-services-auth:21.3.0")
implementation("com.google.firebase:firebase-functions")

// GeoFire (for Geoqueries solution)
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.7.0"))

// Add the dependency for the Cloud Functions library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ espressoCore = "3.6.1"
kotlinxSerializationJson = "1.7.3"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.11.00"
composeBom = "2024.12.01"
reactiveStreams = "1.0.4"
vertexAI = "16.0.2"

Expand Down
2 changes: 1 addition & 1 deletion messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// See: https://firebase.google.com/docs/cloud-messaging/manage-tokens
implementation("com.google.firebase:firebase-firestore")

implementation("com.google.android.gms:play-services-auth:21.2.0")
implementation("com.google.android.gms:play-services-auth:21.3.0")
implementation("androidx.work:work-runtime-ktx:2.10.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
}

0 comments on commit 389d12c

Please sign in to comment.