File tree Expand file tree Collapse file tree 20 files changed +39
-39
lines changed Expand file tree Collapse file tree 20 files changed +39
-39
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.firebase.example.admob"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.firebase.example.analytics"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' com.google.gms.google-services' // Google Services plugin
4
4
5
5
android {
6
- compileSdkVersion 32
6
+ compileSdkVersion 33
7
7
8
8
defaultConfig {
9
9
applicationId " com.google.firebase.example.appcheck"
10
10
minSdkVersion 19
11
- targetSdkVersion 32
11
+ targetSdkVersion 33
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.firebase.quickstart.auth"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ apply plugin: 'com.google.gms.google-services'
4
4
apply plugin : ' com.google.firebase.crashlytics'
5
5
6
6
android {
7
- compileSdkVersion 32
7
+ compileSdkVersion 33
8
8
9
9
defaultConfig {
10
10
applicationId " com.google.firebase.example.crashlytics"
11
11
minSdkVersion 19
12
- targetSdkVersion 32
12
+ targetSdkVersion 33
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.firebase.referencecode.database"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.firebase.dynamicinvites"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.firebase.quickstart.dynamiclinks"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " devrel.firebase.google.com.firebaseoptions"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 32
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.example.firestore"
9
9
minSdkVersion 19
10
- targetSdkVersion 32
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
multiDexEnabled true
You can’t perform that action at this time.
0 commit comments