File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
77
88android {
99 namespace = " com.google.firebase.codelab.friendlychat"
10- compileSdk = 36
10+ compileSdk = 37
1111
1212 defaultConfig {
1313 applicationId = " com.google.firebase.codelab.friendlychat"
1414 minSdk = 23
15- targetSdk = 36
15+ targetSdk = 37
1616 versionCode = 1
1717 versionName = " 1.0"
1818 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -57,13 +57,13 @@ dependencies {
5757 implementation(" androidx.appcompat:appcompat:1.7.1" )
5858 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
5959 implementation(" androidx.media:media:1.8.0" )
60- implementation(" androidx.core:core-ktx:1.18 .0" )
60+ implementation(" androidx.core:core-ktx:1.19 .0" )
6161
6262 // Google
6363 implementation(" com.google.android.gms:play-services-auth:21.6.0" )
6464
6565 // Firebase
66- implementation(platform(" com.google.firebase:firebase-bom:34.14.0 " ))
66+ implementation(platform(" com.google.firebase:firebase-bom:34.14.1 " ))
6767 implementation(" com.google.firebase:firebase-database" )
6868 implementation(" com.google.firebase:firebase-storage" )
6969 implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 9.2.1" apply false
44 id(" com.android.library" ) version " 9.2.1" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 2.3.21 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 2.4.0 " apply false
66 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
77}
88
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
77
88android {
99 namespace = " com.google.firebase.codelab.friendlychat"
10- compileSdk = 36
10+ compileSdk = 37
1111
1212 defaultConfig {
1313 applicationId = " com.google.firebase.codelab.friendlychat"
1414 minSdk = 23
15- targetSdk = 36
15+ targetSdk = 37
1616 versionCode = 1
1717 versionName = " 1.0"
1818 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -57,13 +57,13 @@ dependencies {
5757 implementation(" androidx.appcompat:appcompat:1.7.1" )
5858 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
5959 implementation(" androidx.media:media:1.8.0" )
60- implementation(" androidx.core:core-ktx:1.18 .0" )
60+ implementation(" androidx.core:core-ktx:1.19 .0" )
6161
6262 // Google
6363 implementation(" com.google.android.gms:play-services-auth:21.6.0" )
6464
6565 // Firebase
66- implementation(platform(" com.google.firebase:firebase-bom:34.14.0 " ))
66+ implementation(platform(" com.google.firebase:firebase-bom:34.14.1 " ))
6767 implementation(" com.google.firebase:firebase-database" )
6868 implementation(" com.google.firebase:firebase-storage" )
6969 implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 9.2.1" apply false
44 id(" com.android.library" ) version " 9.2.1" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 2.3.21 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 2.4.0 " apply false
66 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
77}
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33plugins {
44 id(" com.android.application" ) version " 9.2.1" apply false
55 id(" com.android.library" ) version " 9.2.1" apply false
6- id(" org.jetbrains.kotlin.android" ) version " 2.3.21 " apply false
6+ id(" org.jetbrains.kotlin.android" ) version " 2.4.0 " apply false
77 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
88 id(" com.github.ben-manes.versions" ) version " 0.54.0" apply true
99}
You can’t perform that action at this time.
0 commit comments