Skip to content

Commit 684ea13

Browse files
committed
Update Java version and buildToolsVersion
1 parent 976302e commit 684ea13

File tree

40 files changed

+78
-78
lines changed

40 files changed

+78
-78
lines changed

analytics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'com.android.library'
3333
android {
3434
compileSdkVersion 34
3535
ndkPath System.getenv('ANDROID_NDK_HOME')
36-
buildToolsVersion '30.0.2'
36+
buildToolsVersion '32.0.0'
3737

3838
sourceSets {
3939
main {

analytics/integration_test/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ apply plugin: 'com.android.application'
3737

3838
android {
3939
compileOptions {
40-
sourceCompatibility 1.8
41-
targetCompatibility 1.8
40+
sourceCompatibility JavaVersion.VERSION_11
41+
targetCompatibility JavaVersion.VERSION_11
4242
}
4343
compileSdkVersion 34
4444
ndkPath System.getenv('ANDROID_NDK_HOME')
45-
buildToolsVersion '30.0.2'
45+
buildToolsVersion '32.0.0'
4646

4747
sourceSets {
4848
main {

app/app_resources/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ apply plugin: 'com.android.library'
3333

3434
android {
3535
compileOptions {
36-
sourceCompatibility 1.8
37-
targetCompatibility 1.8
36+
sourceCompatibility JavaVersion.VERSION_11
37+
targetCompatibility JavaVersion.VERSION_11
3838
}
3939
compileSdkVersion 34
4040

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'com.android.library'
3333
android {
3434
compileSdkVersion 34
3535
ndkPath System.getenv('ANDROID_NDK_HOME')
36-
buildToolsVersion '30.0.2'
36+
buildToolsVersion '32.0.0'
3737

3838
sourceSets {
3939
main {

app/google_api_resources/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ apply plugin: 'com.android.library'
3333

3434
android {
3535
compileOptions {
36-
sourceCompatibility 1.8
37-
targetCompatibility 1.8
36+
sourceCompatibility JavaVersion.VERSION_11
37+
targetCompatibility JavaVersion.VERSION_11
3838
}
3939
compileSdkVersion 34
4040

app/integration_test/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ apply plugin: 'com.android.application'
3737

3838
android {
3939
compileOptions {
40-
sourceCompatibility 1.8
41-
targetCompatibility 1.8
40+
sourceCompatibility JavaVersion.VERSION_11
41+
targetCompatibility JavaVersion.VERSION_11
4242
}
4343
compileSdkVersion 34
4444
ndkPath System.getenv('ANDROID_NDK_HOME')
45-
buildToolsVersion '30.0.2'
45+
buildToolsVersion '32.0.0'
4646

4747
sourceSets {
4848
main {

app/invites_resources/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ apply plugin: 'com.android.library'
3333

3434
android {
3535
compileOptions {
36-
sourceCompatibility 1.8
37-
targetCompatibility 1.8
36+
sourceCompatibility JavaVersion.VERSION_11
37+
targetCompatibility JavaVersion.VERSION_11
3838
}
3939
compileSdkVersion 34
4040

app_check/app_check_resources/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ apply plugin: 'com.android.library'
3333

3434
android {
3535
compileOptions {
36-
sourceCompatibility 1.8
37-
targetCompatibility 1.8
36+
sourceCompatibility JavaVersion.VERSION_11
37+
targetCompatibility JavaVersion.VERSION_11
3838
}
3939
compileSdkVersion 34
4040

app_check/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'com.android.library'
3333
android {
3434
compileSdkVersion 34
3535
ndkPath System.getenv('ANDROID_NDK_HOME')
36-
buildToolsVersion '30.0.2'
36+
buildToolsVersion '32.0.0'
3737

3838
sourceSets {
3939
main {

app_check/integration_test/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ apply plugin: 'com.android.application'
3737

3838
android {
3939
compileOptions {
40-
sourceCompatibility 1.8
41-
targetCompatibility 1.8
40+
sourceCompatibility JavaVersion.VERSION_11
41+
targetCompatibility JavaVersion.VERSION_11
4242
}
4343
compileSdkVersion 34
4444
ndkPath System.getenv('ANDROID_NDK_HOME')
45-
buildToolsVersion '30.0.2'
45+
buildToolsVersion '32.0.0'
4646

4747
sourceSets {
4848
main {

0 commit comments

Comments
 (0)