Remove multidex lib

multidex is supported by default on SDK21+
This commit is contained in:
Ming Ming 2022-03-03 18:58:05 +08:00
parent 2b769a91be
commit 0494b4c95d
2 changed files with 0 additions and 3 deletions

View file

@ -41,7 +41,6 @@ android {
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}
buildTypes {
@ -96,6 +95,5 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.multidex:multidex:2.0.1"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

View file

@ -10,7 +10,6 @@
<application
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:name="androidx.multidex.MultiDexApplication"
android:networkSecurityConfig="@xml/network_security_config"
android:allowBackup="false"
android:largeHeap="true">