fix marker rendering & modernize riding widgets for dark mode - 2026-04-11
This commit is contained in:
@@ -20,8 +20,8 @@ android {
|
||||
ndkVersion "29.0.14033849"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
coreLibraryDesugaringEnabled true
|
||||
}
|
||||
externalNativeBuild {
|
||||
@@ -33,7 +33,7 @@ android {
|
||||
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_1_8
|
||||
jvmTarget = "17"
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user