File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343
4444dependencies {
4545 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46- implementation(platform(" com.google.firebase:firebase-bom:34.7 .0" ))
46+ implementation(platform(" com.google.firebase:firebase-bom:34.8 .0" ))
4747
4848 // Firestore
4949 implementation(" com.google.firebase:firebase-firestore" )
Original file line number Diff line number Diff line change 22import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33
44plugins {
5- id(" com.android.application" ) version " 8.13.2 " apply false
6- id(" com.android.library" ) version " 8.13.2 " apply false
7- id(" org.jetbrains.kotlin.android" ) version " 2.2.21 " apply false
5+ id(" com.android.application" ) version " 9.0.0 " apply false
6+ id(" com.android.library" ) version " 9.0.0 " apply false
7+ id(" org.jetbrains.kotlin.android" ) version " 2.3.0 " apply false
88 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
99 id(" androidx.navigation.safeargs" ) version " 2.9.6" apply false
1010 id(" com.github.ben-manes.versions" ) version " 0.53.0" apply true
You can’t perform that action at this time.
0 commit comments