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 fb794d7 commit b26628cCopy full SHA for b26628c
android/sdl_android/build.gradle
@@ -23,8 +23,8 @@ android {
23
}
24
25
compileOptions {
26
- sourceCompatibility JavaVersion.VERSION_1_7
27
- targetCompatibility JavaVersion.VERSION_1_7
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
28
29
lintOptions {
30
abortOnError false
0 commit comments