Posted by
sapan
on
- Get link
- Other Apps
implementation 'com.android.support:multidex:1.0.3'
2. In the default config set multiDexEnabled true
android {
defaultConfig {
...
minSdkVersion 21
targetSdkVersion 28
multiDexEnabled true
}
...
}
Comments
Post a comment