Skip to content

Commit b756bd2

Browse files
committed
Use Java11.
1 parent c8b5300 commit b756bd2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ android {
1818
lintOptions {
1919
abortOnError false
2020
}
21+
compileOptions {
22+
sourceCompatibility JavaVersion.VERSION_11
23+
targetCompatibility JavaVersion.VERSION_11
24+
}
2125
}
2226

2327
dependencies {

0 commit comments

Comments
 (0)