fix(oem/fv/android): Use Java 11

This commit is contained in:
Darcy Wong 2023-03-28 16:04:49 +07:00
parent 0ebbe776f7
commit 3d1e2dafff

View file

@ -10,11 +10,6 @@ apply from: "$rootPath/version.gradle"
android {
compileSdkVersion 33
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "com.firstvoices.keyboards"
minSdkVersion 21
@ -70,6 +65,12 @@ android {
}
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}
// how to configure the sentry android gradle plugin
sentry {
// Disables or enables the automatic configuration of Native symbols