mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-10 14:52:05 -06: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