updated project dependencies and sdk. Comptaible with Flutter 3.35.3

This commit is contained in:
2025-09-06 14:47:08 +02:00
parent 85f9988453
commit f330ef3f56
6 changed files with 20 additions and 20 deletions

View File

@@ -28,13 +28,13 @@ android {
ndkVersion "27.0.12077973"
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '17'
}
sourceSets {
@@ -65,5 +65,5 @@ flutter {
dependencies {
implementation 'com.android.support:multidex:2.0.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
}