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