Skip to content

Commit

Permalink
Auto-update dependencies. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored Nov 20, 2023
1 parent d2e1951 commit 5feec93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {

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

// Firestore
implementation("com.google.firebase:firebase-firestore-ktx")
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask

plugins {
id("com.android.application") version "8.1.3" apply false
id("com.android.library") version "8.1.3" apply false
id("com.android.application") version "8.1.4" apply false
id("com.android.library") version "8.1.4" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("androidx.navigation.safeargs") version "2.7.5" apply false
id("com.github.ben-manes.versions") version "0.49.0" apply true
id("com.github.ben-manes.versions") version "0.50.0" apply true
}

allprojects {
Expand Down

0 comments on commit 5feec93

Please sign in to comment.