updated android configuration files

This commit is contained in:
2025-02-09 20:42:47 +01:00
parent 41a5e021c5
commit 33d488946a
5 changed files with 5 additions and 4 deletions

View File

@ -28,6 +28,7 @@ android {
ndkVersion "27.0.12077973"
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
@ -64,5 +65,5 @@ flutter {
dependencies {
implementation 'com.android.support:multidex:2.0.1'
implementation 'com.android.tools:desugar_jdk_libs:2.0.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
}