1
0
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:
Charles Lombardo
2023-05-04 04:07:44 -04:00
committed by bunnei
parent 48065c7a0e
commit 56d3711e34
4 changed files with 17 additions and 6 deletions

View File

@@ -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 {