[ANDROID] Remove multidex usage as it is not mandatory
This commit is contained in:
@@ -16,7 +16,6 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion safeExtGet('minSdkVersion', 21)
|
||||
targetSdkVersion safeExtGet('targetSdkVersion', 28)
|
||||
multiDexEnabled true
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
@@ -37,8 +36,6 @@ dependencies {
|
||||
exclude group: 'com.android.support'
|
||||
}
|
||||
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
|
||||
// All support libs must use the same version
|
||||
implementation "androidx.annotation:annotation:1.1.0"
|
||||
implementation "androidx.core:core:1.1.0"
|
||||
|
||||
Reference in New Issue
Block a user