Commit 56690663 authored by Lucio Maciel's avatar Lucio Maciel

Reenable multidex

parent b8454bb0
......@@ -14,7 +14,7 @@ android {
versionCode 1
versionName "2.0.0-beta1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled false
multiDexEnabled true
}
buildTypes {
......@@ -100,4 +100,4 @@ kotlin {
task compileSdk(type:Exec) {
commandLine './build-sdk.sh'
}
preBuild.dependsOn compileSdk
\ No newline at end of file
preBuild.dependsOn compileSdk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment