Skip to content

Commit 2e9f68f

Browse files
authored
Auto-update dependencies. (#252)
1 parent 15021c4 commit 2e9f68f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
dependencies {
4545
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46-
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))
46+
implementation(platform("com.google.firebase:firebase-bom:33.7.0"))
4747

4848
// Firestore
4949
implementation("com.google.firebase:firebase-firestore-ktx")
@@ -65,8 +65,8 @@ dependencies {
6565
implementation("com.google.android.material:material:1.12.0")
6666
implementation("androidx.multidex:multidex:2.0.1")
6767
implementation("androidx.recyclerview:recyclerview:1.3.2")
68-
implementation("androidx.navigation:navigation-fragment-ktx:2.8.4")
69-
implementation("androidx.navigation:navigation-ui-ktx:2.8.4")
68+
implementation("androidx.navigation:navigation-fragment-ktx:2.8.5")
69+
implementation("androidx.navigation:navigation-ui-ktx:2.8.5")
7070
implementation("androidx.startup:startup-runtime:1.2.0")
7171

7272
// Android architecture components

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33

44
plugins {
5-
id("com.android.application") version "8.7.2" apply false
6-
id("com.android.library") version "8.7.2" apply false
5+
id("com.android.application") version "8.7.3" apply false
6+
id("com.android.library") version "8.7.3" apply false
77
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
88
id("com.google.gms.google-services") version "4.4.2" apply false
9-
id("androidx.navigation.safeargs") version "2.8.4" apply false
9+
id("androidx.navigation.safeargs") version "2.8.5" apply false
1010
id("com.github.ben-manes.versions") version "0.51.0" apply true
1111
}
1212

0 commit comments

Comments
 (0)