Skip to content

Commit

Permalink
fix(*): bump Android compileSdkVersion to 31 (#7726)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe722 committed Jan 7, 2022
1 parent 3760a37 commit a9562ba
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31

defaultConfig {
minSdkVersion 19
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 30
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth/android/build.gradle
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
apply plugin: 'com.android.library'

android {
compileSdkVersion 29
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_core/firebase_core/android/build.gradle
Expand Up @@ -21,7 +21,7 @@ def getRootProjectExtOrDefaultProperty(name) {
}

android {
compileSdkVersion 29
compileSdkVersion 31

defaultConfig {
minSdkVersion 16
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
minSdkVersion 19
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31

defaultConfig {
minSdkVersion 16
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31

defaultConfig {
minSdkVersion 16
Expand Down
Expand Up @@ -35,7 +35,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Expand Up @@ -43,7 +43,7 @@ def getRootProjectExtOrCoreProperty(name, firebaseCoreProject) {
}

android {
compileSdkVersion 29
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit a9562ba

Please sign in to comment.