mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 11:08:02 -05:00
android: Upgrade java version to 11
This commit is contained in:
@ -16,8 +16,8 @@ android {
|
|||||||
ndkVersion "25.2.9519653"
|
ndkVersion "25.2.9519653"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_11
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_11
|
||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
|
Reference in New Issue
Block a user