File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 implementation(" com.google.android.gms:play-services-auth:21.4.0" )
6565
6666 // Firebase
67- implementation(platform(" com.google.firebase:firebase-bom:34.4 .0" ))
67+ implementation(platform(" com.google.firebase:firebase-bom:34.5 .0" ))
6868 implementation(" com.google.firebase:firebase-database" )
6969 implementation(" com.google.firebase:firebase-storage" )
7070 implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id(" com.android.application" ) version " 8.13.0 " apply false
4- id(" com.android.library" ) version " 8.13.0 " apply false
3+ id(" com.android.application" ) version " 8.13.1 " apply false
4+ id(" com.android.library" ) version " 8.13.1 " apply false
55 id(" org.jetbrains.kotlin.android" ) version " 2.2.21" apply false
66 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
77}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 implementation(" com.google.android.gms:play-services-auth:21.4.0" )
6565
6666 // Firebase
67- implementation(platform(" com.google.firebase:firebase-bom:34.4 .0" ))
67+ implementation(platform(" com.google.firebase:firebase-bom:34.5 .0" ))
6868 implementation(" com.google.firebase:firebase-database" )
6969 implementation(" com.google.firebase:firebase-storage" )
7070 implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id(" com.android.application" ) version " 8.13.0 " apply false
4- id(" com.android.library" ) version " 8.13.0 " apply false
3+ id(" com.android.application" ) version " 8.13.1 " apply false
4+ id(" com.android.library" ) version " 8.13.1 " apply false
55 id(" org.jetbrains.kotlin.android" ) version " 2.2.21" apply false
66 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
77}
Original file line number Diff line number Diff line change 11import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
22
33plugins {
4- id(" com.android.application" ) version " 8.13.0 " apply false
5- id(" com.android.library" ) version " 8.13.0 " apply false
4+ id(" com.android.application" ) version " 8.13.1 " apply false
5+ id(" com.android.library" ) version " 8.13.1 " apply false
66 id(" org.jetbrains.kotlin.android" ) version " 2.2.21" apply false
77 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
88 id(" com.github.ben-manes.versions" ) version " 0.53.0" apply true
You can’t perform that action at this time.
0 commit comments