Skip to content

Commit

Permalink
Auto-update dependencies. (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed May 30, 2023
1 parent 6a618b2 commit f2dec2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-android-start/app/build.gradle.kts
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation("com.google.android.gms:play-services-auth:20.5.0")

// Firebase
implementation(platform("com.google.firebase:firebase-bom:32.0.0"))
implementation(platform("com.google.firebase:firebase-bom:32.1.0"))
implementation("com.google.firebase:firebase-database-ktx")
implementation("com.google.firebase:firebase-storage-ktx")
implementation("com.google.firebase:firebase-auth-ktx")
Expand Down
2 changes: 1 addition & 1 deletion build-android/app/build.gradle.kts
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation("com.google.android.gms:play-services-auth:20.5.0")

// Firebase
implementation(platform("com.google.firebase:firebase-bom:32.0.0"))
implementation(platform("com.google.firebase:firebase-bom:32.1.0"))
implementation("com.google.firebase:firebase-database-ktx")
implementation("com.google.firebase:firebase-storage-ktx")
implementation("com.google.firebase:firebase-auth-ktx")
Expand Down

0 comments on commit f2dec2d

Please sign in to comment.