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 a1fcd3a commit d4f84efCopy full SHA for d4f84ef
1 file changed
app/build.gradle.kts
@@ -45,8 +45,8 @@ android {
45
}
46
47
compileOptions {
48
- sourceCompatibility = JavaVersion.VERSION_1_8
49
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
50
51
52
packagingOptions {
0 commit comments