Use Java 11

This commit is contained in:
TacoTheDank
2021-09-24 21:28:42 -04:00
parent d1740f77d1
commit 424b1c27e0
2 changed files with 5 additions and 5 deletions

View File

@@ -29,8 +29,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
lintOptions {