We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927f33b commit 5ccd915Copy full SHA for 5ccd915
app/build.gradle
@@ -32,8 +32,8 @@ android {
32
}
33
34
compileOptions {
35
- sourceCompatibility rootProject.ext.javaVersion
36
- targetCompatibility rootProject.ext.javaVersion
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
37
38
buildTypes {
39
debug {
build.gradle
@@ -12,7 +12,7 @@ ext {
12
compileSdkVersion = 35
13
targetSdkVersion = 35
14
buildToolsVersion = '35.0.0'
15
- javaVersion = JavaVersion.VERSION_1_8
+ javaVersion = JavaVersion.VERSION_1_7
16
ndkVersion = "23.2.8568313"
17
cmakeVersion = "3.22.1"
18
abiFilters = "armeabi-v7a,arm64-v8a"
0 commit comments