Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d997b7e

Browse files
authored
Auto-update dependencies. (firebase#481)
Brought to you by your friendly [Repository Gardener](https://togithub.com/GoogleCloudPlatform/repository-gardener).
1 parent 864e66d commit d997b7e

Some content is hidden

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

43 files changed

+85
-85
lines changed

admob/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
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 = 33
9+
compileSdk = 34
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.admob"
1313
minSdk = 19
14-
targetSdk = 33
14+
targetSdk = 34
1515
versionCode = 1
1616
versionName = "1.0"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -45,7 +45,7 @@ dependencies {
4545
// [END gradle_play_config]
4646

4747
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
48-
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
48+
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
4949

5050
// For an optimal experience using AdMob, add the Firebase SDK
5151
// for Google Analytics. This is recommended, but not required.

admob/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.1.1" apply false
55
id("com.android.library") version "8.1.1" apply false
6-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
6+
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
77
id("com.google.gms.google-services") version "4.3.15" apply false
88
}
99

analytics/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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 = 33
9+
compileSdk = 34
1010

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

analytics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.1.1" apply false
55
id("com.android.library") version "8.1.1" apply false
6-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
6+
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
77
id("com.google.gms.google-services") version "4.3.15" apply false
88
}
99

appcheck/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
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 = 33
9+
compileSdk = 34
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.appcheck"
1313
minSdk = 19
14-
targetSdk = 33
14+
targetSdk = 34
1515
versionCode = 1
1616
versionName = "1.0"
1717
multiDexEnabled = true
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4040

4141
// Import the BoM for the Firebase platform
42-
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
42+
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
4343
implementation("com.google.firebase:firebase-appcheck")
4444
implementation("com.google.firebase:firebase-appcheck-playintegrity")
4545
implementation("com.google.firebase:firebase-appcheck-debug")

appcheck/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.1.1" apply false
55
id("com.android.library") version "8.1.1" apply false
6-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
6+
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
77
id("com.google.gms.google-services") version "4.3.15" apply false
88
}
99

auth/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
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 = 33
8+
compileSdk = 34
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.auth"
1212
minSdk = 19
13-
targetSdk = 33
13+
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
1616
multiDexEnabled = true
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("androidx.activity:activity-ktx:1.7.2")
4141

4242
// Import the BoM for the Firebase platform
43-
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
43+
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
4444

4545
// Add the dependency for the Firebase Authentication library
4646
// When using the BoM, you don't specify versions in Firebase library dependencies

auth/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.1.1" apply false
55
id("com.android.library") version "8.1.1" apply false
6-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
6+
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
77
id("com.google.gms.google-services") version "4.3.15" apply false
88
}
99

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
44
plugins {
55
id("com.android.application") version "8.1.1" apply false
66
id("com.android.library") version "8.1.1" apply false
7-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
7+
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
88
id("com.google.gms.google-services") version "4.3.15" apply false
9-
id("com.google.firebase.crashlytics") version "2.9.8" apply false
9+
id("com.google.firebase.crashlytics") version "2.9.9" apply false
1010
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
11-
id("androidx.navigation.safeargs") version "2.7.0" apply false
11+
id("androidx.navigation.safeargs") version "2.7.1" apply false
1212
id("com.github.ben-manes.versions") version "0.47.0" apply true
1313
}
1414

config/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
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 = 33
8+
compileSdk = 34
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.config"
1212
minSdk = 19
13-
targetSdk = 33
13+
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
1616
multiDexEnabled = true
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
3939

4040
// Import the BoM for the Firebase platform
41-
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
41+
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
4242

4343
// Add the dependencies for the Remote Config and Analytics libraries
4444
// When using the BoM, you don't specify versions in Firebase library dependencies

0 commit comments

Comments
 (0)