Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Feb 11, 2025
1 parent ee9fb4f commit ca41b1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.8.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
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.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.6" apply false
id("com.github.ben-manes.versions") version "0.52.0" apply true
Expand Down
2 changes: 1 addition & 1 deletion crash/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.8.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
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.crashlytics") version "3.0.3" apply false
}

allprojects {
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 @@ -51,7 +51,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.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))

// Cloud Functions for Firebase
// TODO(thatfiredev): remove the pinned dependency version when
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.8.0"
coilCompose = "2.7.0"
firebaseAuth = "23.1.0"
firebaseAuth = "23.2.0"
firebaseDataConnect = "16.0.0-beta04"
kotlin = "2.1.10"
coreKtx = "1.13.1"
Expand Down

0 comments on commit ca41b1b

Please sign in to comment.