We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b5300 commit b756bd2Copy full SHA for b756bd2
1 file changed
app/build.gradle
@@ -18,6 +18,10 @@ android {
18
lintOptions {
19
abortOnError false
20
}
21
+ compileOptions {
22
+ sourceCompatibility JavaVersion.VERSION_11
23
+ targetCompatibility JavaVersion.VERSION_11
24
+ }
25
26
27
dependencies {
0 commit comments