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

Skip to content

Commit e487ac4

Browse files
authored
Auto-update dependencies. (firebase#547)
1 parent db10ee8 commit e487ac4

File tree

25 files changed

+53
-53
lines changed

25 files changed

+53
-53
lines changed

admob/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ dependencies {
3636
implementation("androidx.legacy:legacy-support-v4:1.0.0")
3737
implementation("androidx.browser:browser:1.5.0")
3838
implementation("androidx.appcompat:appcompat:1.6.1")
39-
implementation("com.google.firebase:firebase-ads:23.0.0")
39+
implementation("com.google.firebase:firebase-ads:23.1.0")
4040
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4141
implementation("androidx.multidex:multidex:2.0.1")
4242

4343
// [START gradle_play_config]
44-
implementation("com.google.android.gms:play-services-ads:23.0.0")
44+
implementation("com.google.android.gms:play-services-ads:23.1.0")
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.8.1"))
48+
implementation(platform("com.google.firebase:firebase-bom:33.0.0"))
4949

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

analytics/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.analytics"
13-
minSdk = 19
13+
minSdk = 21
1414
targetSdk = 34
1515
versionCode = 1
1616
versionName = "1.0"
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636
implementation("androidx.legacy:legacy-support-v4:1.0.0")
3737
implementation("androidx.appcompat:appcompat:1.6.1")
38-
implementation("com.google.firebase:firebase-analytics:21.6.2")
38+
implementation("com.google.firebase:firebase-analytics:22.0.0")
3939
// Ironsource and AppLovin libraries used for ad_impression snippets
4040
implementation("com.applovin:applovin-sdk:11.5.1")
4141
implementation("com.ironsource.sdk:mediationsdk:7.2.4.1")

appcheck/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.example.appcheck"
13-
minSdk = 19
13+
minSdk = 21
1414
targetSdk = 34
1515
versionCode = 1
1616
versionName = "1.0"
@@ -35,15 +35,15 @@ android {
3535

3636
dependencies {
3737
implementation("androidx.appcompat:appcompat:1.6.1")
38-
implementation("com.google.android.material:material:1.11.0")
38+
implementation("com.google.android.material:material:1.12.0")
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.8.1"))
42+
implementation(platform("com.google.firebase:firebase-bom:33.0.0"))
4343
implementation("com.google.firebase:firebase-appcheck")
4444
implementation("com.google.firebase:firebase-appcheck-playintegrity")
4545
implementation("com.google.firebase:firebase-appcheck-debug")
4646

4747
implementation("com.squareup.retrofit2:retrofit:2.11.0")
48-
implementation("androidx.core:core-ktx:1.13.0")
48+
implementation("androidx.core:core-ktx:1.13.1")
4949
}

auth/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.auth"
12-
minSdk = 19
12+
minSdk = 23
1313
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
@@ -36,11 +36,11 @@ dependencies {
3636
implementation("androidx.browser:browser:1.0.0")
3737
implementation("androidx.cardview:cardview:1.0.0")
3838
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
39-
implementation("com.google.android.material:material:1.11.0")
39+
implementation("com.google.android.material:material:1.12.0")
4040
implementation("androidx.activity:activity-ktx:1.9.0")
4141

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

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("com.android.library") version "8.4.0" apply false
77
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
88
id("com.google.gms.google-services") version "4.4.1" apply false
9-
id("com.google.firebase.crashlytics") version "2.9.9" apply false
9+
id("com.google.firebase.crashlytics") version "3.0.1" apply false
1010
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
1111
id("androidx.navigation.safeargs") version "2.7.7" apply false
1212
id("com.github.ben-manes.versions") version "0.51.0" apply true

config/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.quickstart.config"
12-
minSdk = 19
12+
minSdk = 21
1313
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
@@ -32,13 +32,13 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation("androidx.core:core-ktx:1.13.0")
35+
implementation("androidx.core:core-ktx:1.13.1")
3636
implementation("androidx.appcompat:appcompat:1.6.1")
37-
implementation("com.google.android.material:material:1.11.0")
37+
implementation("com.google.android.material:material:1.12.0")
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.8.1"))
41+
implementation(platform("com.google.firebase:firebase-bom:33.0.0"))
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

crashlytics/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId = "com.google.firebase.example.crashlytics"
14-
minSdk = 19
14+
minSdk = 21
1515
targetSdk = 34
1616
versionCode = 1
1717
versionName = "1.0"
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("androidx.appcompat:appcompat:1.6.1")
3939

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

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

crashlytics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("com.android.library") version "8.4.0" apply false
66
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
77
id("com.google.gms.google-services") version "4.4.1" apply false
8-
id("com.google.firebase.crashlytics") version "2.9.9" apply false
8+
id("com.google.firebase.crashlytics") version "3.0.1" apply false
99
}
1010

1111
allprojects {

database/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
defaultConfig {
1212
applicationId = "com.google.firebase.referencecode.database"
13-
minSdk = 19
13+
minSdk = 21
1414
targetSdk = 34
1515
versionCode = 1
1616
versionName = "1.0"
@@ -43,7 +43,7 @@ dependencies {
4343
implementation("androidx.appcompat:appcompat:1.6.1")
4444

4545
// Import the BoM for the Firebase platform
46-
implementation(platform("com.google.firebase:firebase-bom:32.8.1"))
46+
implementation(platform("com.google.firebase:firebase-bom:33.0.0"))
4747

4848
// Add the dependency for the Realtime Database library
4949
// When using the BoM, you don't specify versions in Firebase library dependencies

dl-invites/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId = "com.google.firebase.dynamicinvites"
12-
minSdk = 19
12+
minSdk = 21
1313
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
@@ -36,11 +36,11 @@ dependencies {
3636
implementation("androidx.appcompat:appcompat:1.6.1")
3737
implementation("androidx.cardview:cardview:1.0.0")
3838
implementation("androidx.recyclerview:recyclerview:1.3.2")
39-
implementation("com.google.android.material:material:1.11.0")
39+
implementation("com.google.android.material:material:1.12.0")
4040
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4141

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

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

0 commit comments

Comments
 (0)