mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 15:07:52 -05:00
android: Migrate to AGP 8.0.1
This commit is contained in:
@ -24,12 +24,12 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
jvmTarget = "17"
|
||||
}
|
||||
|
||||
lint {
|
||||
|
Reference in New Issue
Block a user