Skip to content

Commit dac903a

Browse files
dpebotthatfiredev
authored andcommitted
Auto-update dependencies.
1 parent e7d6a64 commit dac903a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.14.0"))
46+
implementation(platform("com.google.firebase:firebase-bom:33.16.0"))
4747

4848
// Firestore
4949
implementation("com.google.firebase:firebase-firestore-ktx")

build.gradle.kts

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

44
plugins {
5-
id("com.android.application") version "8.10.1" apply false
6-
id("com.android.library") version "8.10.1" apply false
7-
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
8-
id("com.google.gms.google-services") version "4.4.2" apply false
5+
id("com.android.application") version "8.11.0" apply false
6+
id("com.android.library") version "8.11.0" apply false
7+
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
8+
id("com.google.gms.google-services") version "4.4.3" apply false
99
id("androidx.navigation.safeargs") version "2.9.0" apply false
1010
id("com.github.ben-manes.versions") version "0.52.0" apply true
1111
}

0 commit comments

Comments
 (0)