This commit is contained in:
Phuoc Nguyen
2025-10-28 14:24:58 +07:00
parent df99d0c9e3
commit e14ae56c3c
10 changed files with 329 additions and 78 deletions

View File

@@ -28,12 +28,12 @@ android {
ndkVersion flutter.ndkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_20
targetCompatibility JavaVersion.VERSION_20
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '20'
jvmTarget = '17'
}
sourceSets {