Skip to content

Commit ed2e036

Browse files
committed
Bump java version to 11
Workflow fix: gradle warns about 1.8 is too low
1 parent 02c6f40 commit ed2e036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
proguardFiles
1414
}
1515
compileOptions {
16-
sourceCompatibility "1.8"
17-
targetCompatibility "1.8"
16+
sourceCompatibility "11"
17+
targetCompatibility "11"
1818
}
1919
buildTypes {
2020
release {

0 commit comments

Comments
 (0)