Update Jvm version to 11

This commit is contained in:
2022-03-29 11:48:42 +08:00
parent 27892ea237
commit ee9ea8b2d5
6 changed files with 13 additions and 15 deletions

View File

@@ -35,11 +35,11 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}
}