We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a1cfd commit a9bafeeCopy full SHA for a9bafee
donation/build.gradle
@@ -23,8 +23,8 @@ android {
23
}
24
25
compileOptions {
26
- sourceCompatibility JavaVersion.VERSION_1_8
27
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
28
29
kotlinOptions {
30
jvmTarget = '1.8'
0 commit comments