File tree Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
check. dependsOn ' assembleDebugAndroidTest'
8
8
9
9
android {
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
12
12
defaultConfig {
13
13
applicationId " com.google.samples.quickstart.admobexample"
14
14
minSdkVersion 19
15
- targetSdkVersion 32
15
+ targetSdkVersion 33
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
check. dependsOn ' assembleDebugAndroidTest'
8
8
9
9
android {
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
12
12
defaultConfig {
13
13
applicationId " com.google.firebase.quickstart.analytics"
14
14
minSdkVersion 19
15
- targetSdkVersion 32
15
+ targetSdkVersion 33
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ plugins {
5
5
}
6
6
7
7
android {
8
- compileSdkVersion 32
8
+ compileSdkVersion 33
9
9
defaultConfig {
10
10
applicationId " com.google.firebase.appdistributionquickstart"
11
11
minSdkVersion 19
12
- targetSdkVersion 32
12
+ targetSdkVersion 33
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ plugins {
7
7
check. dependsOn ' assembleDebugAndroidTest'
8
8
9
9
android {
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
flavorDimensions " minSdkVersion"
12
12
13
13
defaultConfig {
14
14
applicationId " com.google.firebase.quickstart.auth"
15
15
minSdkVersion 19
16
- targetSdkVersion 32
16
+ targetSdkVersion 33
17
17
versionCode 1
18
18
versionName " 1.0"
19
19
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
check. dependsOn ' assembleDebugAndroidTest'
8
8
9
9
android {
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
12
12
defaultConfig {
13
13
applicationId " com.google.samples.quickstart.config"
14
14
minSdkVersion 19
15
- targetSdkVersion 32
15
+ targetSdkVersion 33
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ plugins {
8
8
check. dependsOn ' assembleDebugAndroidTest'
9
9
10
10
android {
11
- compileSdkVersion 32
11
+ compileSdkVersion 33
12
12
13
13
defaultConfig {
14
14
applicationId " com.google.samples.quickstart.crash"
15
15
minSdkVersion 19
16
- targetSdkVersion 32
16
+ targetSdkVersion 33
17
17
versionCode 1
18
18
versionName " 1.0"
19
19
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
check. dependsOn ' assembleDebugAndroidTest'
8
8
9
9
android {
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
12
12
defaultConfig {
13
13
applicationId " com.google.firebase.quickstart.database"
14
14
minSdkVersion 19
15
- targetSdkVersion 32
15
+ targetSdkVersion 33
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ plugins {
7
7
check. dependsOn ' assembleMainFlavorDebugAndroidTest'
8
8
9
9
android {
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
flavorDimensions " irrelevant"
12
12
13
13
defaultConfig {
14
14
applicationId " com.google.firebase.quickstart.deeplinks"
15
15
minSdkVersion 19
16
- targetSdkVersion 32
16
+ targetSdkVersion 33
17
17
versionCode 1
18
18
versionName " 1.0"
19
19
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
8
8
android {
9
9
testBuildType " release"
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
12
12
defaultConfig {
13
13
applicationId " com.google.firebase.example.fireeats"
14
14
minSdkVersion 19
15
- targetSdkVersion 32
15
+ targetSdkVersion 33
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
7
7
android {
8
8
// Changes the test build type for instrumented tests to "stage".
9
9
testBuildType " release"
10
- compileSdkVersion 32
10
+ compileSdkVersion 33
11
11
12
12
defaultConfig {
13
13
applicationId " com.google.samples.quickstart.functions"
14
14
minSdkVersion 19
15
- targetSdkVersion 32
15
+ targetSdkVersion 33
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
multiDexEnabled true
You can’t perform that action at this time.
0 commit comments