File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
6
6
7
7
android {
8
8
namespace = " com.google.firebase.codelab.friendlychat"
9
- compileSdk = 35
9
+ compileSdk = 36
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.codelab.friendlychat"
13
13
minSdk = 23
14
- targetSdk = 35
14
+ targetSdk = 36
15
15
versionCode = 1
16
16
versionName = " 1.0"
17
17
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -59,7 +59,7 @@ dependencies {
59
59
implementation(" com.google.android.gms:play-services-auth:21.3.0" )
60
60
61
61
// Firebase
62
- implementation(platform(" com.google.firebase:firebase-bom:33.10 .0" ))
62
+ implementation(platform(" com.google.firebase:firebase-bom:33.11 .0" ))
63
63
implementation(" com.google.firebase:firebase-database" )
64
64
implementation(" com.google.firebase:firebase-storage" )
65
65
implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 2
2
plugins {
3
3
id(" com.android.application" ) version " 8.9.0" apply false
4
4
id(" com.android.library" ) version " 8.9.0" apply false
5
- id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
5
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
6
6
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
6
6
7
7
android {
8
8
namespace = " com.google.firebase.codelab.friendlychat"
9
- compileSdk = 35
9
+ compileSdk = 36
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.codelab.friendlychat"
13
13
minSdk = 23
14
- targetSdk = 35
14
+ targetSdk = 36
15
15
versionCode = 1
16
16
versionName = " 1.0"
17
17
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -59,7 +59,7 @@ dependencies {
59
59
implementation(" com.google.android.gms:play-services-auth:21.3.0" )
60
60
61
61
// Firebase
62
- implementation(platform(" com.google.firebase:firebase-bom:33.10 .0" ))
62
+ implementation(platform(" com.google.firebase:firebase-bom:33.11 .0" ))
63
63
implementation(" com.google.firebase:firebase-database" )
64
64
implementation(" com.google.firebase:firebase-storage" )
65
65
implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change 2
2
plugins {
3
3
id(" com.android.application" ) version " 8.9.0" apply false
4
4
id(" com.android.library" ) version " 8.9.0" apply false
5
- id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
5
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
6
6
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
plugins {
4
4
id(" com.android.application" ) version " 8.9.0" apply false
5
5
id(" com.android.library" ) version " 8.9.0" apply false
6
- id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
6
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
9
9
}
You can’t perform that action at this time.
0 commit comments