Bump jvmTarget to 17

This commit is contained in:
Goooler 2023-01-19 22:03:23 +08:00
parent 9b1cf708aa
commit e4d1543bda
1 changed files with 3 additions and 3 deletions

View File

@ -95,11 +95,11 @@ android {
includeInBundle false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11
jvmTarget = JavaVersion.VERSION_17
}
}