Enable multidex for debug builds only

This commit is contained in:
Christian Hagau
2017-10-06 00:00:00 +00:00
parent b373df2933
commit a6b7fc836f

View File

@@ -211,6 +211,8 @@ android {
// disable ProGuard for faster compile times for debug builds
minifyEnabled false
multiDexEnabled true
applicationIdSuffix ".debug"
// Reference them in the java files with e.g. BuildConfig.ACCOUNT_TYPE.