Skip to content

Commit 86356ac

Browse files
authored
Auto-update dependencies. (#368)
Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).
1 parent 136715f commit 86356ac

File tree

20 files changed

+39
-39
lines changed

20 files changed

+39
-39
lines changed

admob/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.firebase.example.admob"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

analytics/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.firebase.example.analytics"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

appcheck/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'com.google.gms.google-services' // Google Services plugin
44

55
android {
6-
compileSdkVersion 32
6+
compileSdkVersion 33
77

88
defaultConfig {
99
applicationId "com.google.firebase.example.appcheck"
1010
minSdkVersion 19
11-
targetSdkVersion 32
11+
targetSdkVersion 33
1212
versionCode 1
1313
versionName "1.0"
1414

auth/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.firebase.quickstart.auth"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
multiDexEnabled true

crashlytics/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ apply plugin: 'com.google.gms.google-services'
44
apply plugin: 'com.google.firebase.crashlytics'
55

66
android {
7-
compileSdkVersion 32
7+
compileSdkVersion 33
88

99
defaultConfig {
1010
applicationId "com.google.firebase.example.crashlytics"
1111
minSdkVersion 19
12-
targetSdkVersion 32
12+
targetSdkVersion 33
1313
versionCode 1
1414
versionName "1.0"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

database/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.firebase.referencecode.database"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
}

dl-invites/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.firebase.dynamicinvites"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

dynamic-links/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.firebase.quickstart.dynamiclinks"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

firebaseoptions/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "devrel.firebase.google.com.firebaseoptions"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

firestore/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66

77
defaultConfig {
88
applicationId "com.google.example.firestore"
99
minSdkVersion 19
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
multiDexEnabled true

0 commit comments

Comments
 (0)