Skip to content

Commit 945cc05

Browse files
dpebotthatfiredev
andauthored
Auto-update dependencies. (#1651)
* Auto-update dependencies. * removeLast() --> removeAt(lastIndex) --------- Co-authored-by: Rosário P. Fernandes <[email protected]>
1 parent ae2595c commit 945cc05

File tree

19 files changed

+36
-36
lines changed

19 files changed

+36
-36
lines changed

admob/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.samples.quickstart.admobexample"
15-
compileSdk = 34
15+
compileSdk = 35
1616

1717
defaultConfig {
1818
applicationId = "com.google.samples.quickstart.admobexample"
1919
minSdk = 21
20-
targetSdk = 34
20+
targetSdk = 35
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

analytics/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.analytics"
15-
compileSdk = 34
15+
compileSdk = 35
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.analytics"
1919
minSdk = 21
20-
targetSdk = 34
20+
targetSdk = 35
2121
versionCode = 1
2222
versionName = "1.0"
2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

appdistribution/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.appdistributionquickstart"
9-
compileSdk = 34
9+
compileSdk = 35
1010

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

auth/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ tasks {
1212

1313
android {
1414
namespace= "com.google.firebase.quickstart.auth"
15-
compileSdk = 34
15+
compileSdk = 35
1616
flavorDimensions += "minSdkVersion"
1717

1818
defaultConfig {
1919
applicationId = "com.google.firebase.quickstart.auth"
2020
minSdk = 23
21-
targetSdk = 34
21+
targetSdk = 35
2222
versionCode = 1
2323
versionName = "1.0"
2424
multiDexEnabled = true

config/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.samples.quickstart.config"
15-
compileSdk = 34
15+
compileSdk = 35
1616

1717
defaultConfig {
1818
applicationId = "com.google.samples.quickstart.config"
1919
minSdk = 21
20-
targetSdk = 34
20+
targetSdk = 35
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

crash/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ tasks {
1313

1414
android {
1515
namespace = "com.google.samples.quickstart.crash"
16-
compileSdk = 34
16+
compileSdk = 35
1717

1818
defaultConfig {
1919
applicationId = "com.google.samples.quickstart.crash"
2020
minSdk = 21
21-
targetSdk = 34
21+
targetSdk = 35
2222
versionCode = 1
2323
versionName = "1.0"
2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

database/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.database"
15-
compileSdk = 34
15+
compileSdk = 35
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.database"
1919
minSdk = 23
20-
targetSdk = 34
20+
targetSdk = 35
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

dynamiclinks/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tasks {
1212

1313
android {
1414
namespace = "com.google.firebase.quickstart.deeplinks"
15-
compileSdk = 34
15+
compileSdk = 35
1616

1717
defaultConfig {
1818
applicationId = "com.google.firebase.quickstart.deeplinks"
1919
minSdk = 21
20-
targetSdk = 34
20+
targetSdk = 35
2121
versionCode = 1
2222
versionName = "1.0"
2323
multiDexEnabled = true

firestore/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88
android {
99
namespace = "com.google.firebase.example.fireeats"
1010
testBuildType = "release"
11-
compileSdk = 34
11+
compileSdk = 35
1212

1313
defaultConfig {
1414
applicationId = "com.google.firebase.example.fireeats"
1515
minSdk = 23
16-
targetSdk = 34
16+
targetSdk = 35
1717
versionCode = 1
1818
versionName = "1.0"
1919
multiDexEnabled = true

functions/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ android {
88
namespace = "com.google.samples.quickstart.functions"
99
// Changes the test build type for instrumented tests to "stage".
1010
testBuildType = "release"
11-
compileSdk = 34
11+
compileSdk = 35
1212

1313
defaultConfig {
1414
applicationId = "com.google.samples.quickstart.functions"
1515
minSdk = 23
16-
targetSdk = 34
16+
targetSdk = 35
1717
versionCode = 1
1818
versionName = "1.0"
1919
multiDexEnabled = true

0 commit comments

Comments
 (0)