Skip to content

Commit 5ccd915

Browse files
committed
Keep the java version at JavaVersion.VERSION_1_7.
1 parent 927f33b commit 5ccd915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
}
3333
}
3434
compileOptions {
35-
sourceCompatibility rootProject.ext.javaVersion
36-
targetCompatibility rootProject.ext.javaVersion
35+
sourceCompatibility JavaVersion.VERSION_1_8
36+
targetCompatibility JavaVersion.VERSION_1_8
3737
}
3838
buildTypes {
3939
debug {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
compileSdkVersion = 35
1313
targetSdkVersion = 35
1414
buildToolsVersion = '35.0.0'
15-
javaVersion = JavaVersion.VERSION_1_8
15+
javaVersion = JavaVersion.VERSION_1_7
1616
ndkVersion = "23.2.8568313"
1717
cmakeVersion = "3.22.1"
1818
abiFilters = "armeabi-v7a,arm64-v8a"

0 commit comments

Comments
 (0)