fix: fix failing apk release build
This commit is contained in:
parent
d680030b16
commit
952e82eb08
3 changed files with 24 additions and 20 deletions
|
|
@ -9,12 +9,12 @@ android {
|
|||
compileSdk = 36
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
jvmTarget = "17"
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue