Enabled multidex support

This commit is contained in:
mhutti1 2017-04-04 14:58:20 +02:00
parent b97103cb70
commit 7805fcbe42

View File

@ -72,6 +72,7 @@ dependencies {
minSdkVersion 14
targetSdkVersion 24
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
}
lintOptions {