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 10, 2024
1 parent 4f0ffab commit 07de9f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.7.1"))
implementation(platform("com.google.firebase:firebase-bom:32.7.2"))

// Firestore
implementation("com.google.firebase:firebase-firestore-ktx")
Expand All @@ -63,8 +63,8 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.6")
implementation("androidx.navigation:navigation-ui-ktx:2.7.6")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.7")
implementation("androidx.navigation:navigation-ui-ktx:2.7.7")
implementation("androidx.startup:startup-runtime:1.1.1")

// Android architecture components
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id("com.android.application") version "8.2.2" apply false
id("com.android.library") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("androidx.navigation.safeargs") version "2.7.6" apply false
id("com.google.gms.google-services") version "4.4.1" apply false
id("androidx.navigation.safeargs") version "2.7.7" apply false
id("com.github.ben-manes.versions") version "0.51.0" apply true
}

Expand Down

0 comments on commit 07de9f2

Please sign in to comment.