fix: android

This commit is contained in:
Hiddify
2024-09-06 03:37:41 +02:00
parent 3825267945
commit e9bbb91019
5 changed files with 30 additions and 43 deletions

View File

@@ -41,12 +41,12 @@ android {
ndkVersion "26.1.10909125"
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'
}
sourceSets {