Skip to content

Commit ee1beb1

Browse files
committed
Auto-update dependencies.
1 parent aa68ce1 commit ee1beb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+69
-69
lines changed

admob/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.example.admob"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.admob"
1313
minSdk = 23
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

admob/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

analytics/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.example.analytics"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.analytics"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

analytics/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

appcheck/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.example.appcheck"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.appcheck"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
multiDexEnabled = true

appcheck/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

auth/app/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.google.firebase.quickstart.auth"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.auth"
1212
minSdk = 23
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616
multiDexEnabled = true
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("com.google.firebase:firebase-auth")
4848

4949
// [START gradle_firebase_ui_auth]
50-
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
50+
implementation("com.firebaseui:firebase-ui-auth:9.0.0")
5151

5252
// Google Identity Services SDK (only required for Auth with Google)
5353
implementation("androidx.credentials:credentials:1.5.0")

auth/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
44
plugins {
55
id("com.android.application") version "8.9.0" apply false
66
id("com.android.library") version "8.9.0" apply false
7-
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
7+
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
88
id("com.google.gms.google-services") version "4.4.2" apply false
99
id("com.google.firebase.crashlytics") version "3.0.3" apply false
1010
id("com.google.firebase.firebase-perf") version "1.4.2" apply false

config/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.google.firebase.quickstart.config"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.config"
1212
minSdk = 21
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616
multiDexEnabled = true

config/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

crashlytics/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ plugins {
77

88
android {
99
namespace = "com.google.firebase.example.crashlytics"
10-
compileSdk = 35
10+
compileSdk = 36
1111

1212
defaultConfig {
1313
applicationId = "com.google.firebase.example.crashlytics"
1414
minSdk = 21
15-
targetSdk = 35
15+
targetSdk = 36
1616
versionCode = 1
1717
versionName = "1.0"
1818
multiDexEnabled = true

crashlytics/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
id("com.google.firebase.crashlytics") version "3.0.3" apply false
99
}

database/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.referencecode.database"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.referencecode.database"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
}

database/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

dl-invites/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.google.firebase.dynamicinvites"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.dynamicinvites"
1212
minSdk = 21
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

dl-invites/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

dynamic-links/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.google.firebase.quickstart.dynamiclinks"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.dynamiclinks"
1212
minSdk = 23
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

dynamic-links/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

firebaseoptions/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "devrel.firebase.google.com.firebaseoptions"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "devrel.firebase.google.com.firebaseoptions"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

firebaseoptions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

firestore/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.example.firestore"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.example.firestore"
1313
minSdk = 23
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
multiDexEnabled = true

firestore/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

functions/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "devrel.firebase.google.com.functions"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "devrel.firebase.google.com.functions"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

functions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.9.0"
33
guava = "32.0.1-android"
4-
kotlin = "2.1.10"
4+
kotlin = "2.1.20"
55
coreKtx = "1.15.0"
66
junit = "4.13.2"
77
junitVersion = "1.2.1"

inappmessaging/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.google.firebase.example.inappmessaging"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.example.inappmessaging"
1212
minSdk = 21
13-
targetSdk = 35
13+
targetSdk = 36
1414
versionCode = 1
1515
versionName = "1.0"
1616
multiDexEnabled = true

inappmessaging/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

installations/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.samples.snippet"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.samples.snippet"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

installations/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id("com.android.application") version "8.9.0" apply false
44
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
66
id("com.google.gms.google-services") version "4.4.2" apply false
77
}
88

messaging/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.google.firebase.example.messaging"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.messaging"
1313
minSdk = 21
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

messaging/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.0" apply false
55
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
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

0 commit comments

Comments
 (0)