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.
2 parents b70c4f4 + ed1907f commit 15bdec2Copy full SHA for 15bdec2
1 file changed
balloon/build.gradle
@@ -32,11 +32,11 @@ android {
32
viewBinding true
33
}
34
compileOptions {
35
- sourceCompatibility JavaVersion.VERSION_11
36
- targetCompatibility JavaVersion.VERSION_11
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
37
38
kotlinOptions {
39
- jvmTarget = "11"
+ jvmTarget = "1.8"
40
41
lintOptions {
42
abortOnError false
0 commit comments