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 b50ad32 + 0483a1e commit c99ac32Copy full SHA for c99ac32
app/build.gradle
@@ -27,8 +27,8 @@ android {
27
}
28
29
compileOptions {
30
- sourceCompatibility JavaVersion.VERSION_1_8
31
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
32
33
kotlinOptions {
34
jvmTarget = '1.8'
ssloadingbuttonlibrary/build.gradle
@@ -26,8 +26,8 @@ android {
26
0 commit comments