Commit 56690663 authored by Lucio Maciel's avatar Lucio Maciel

Reenable multidex

parent b8454bb0
...@@ -14,7 +14,7 @@ android { ...@@ -14,7 +14,7 @@ android {
versionCode 1 versionCode 1
versionName "2.0.0-beta1" versionName "2.0.0-beta1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled false multiDexEnabled true
} }
buildTypes { buildTypes {
...@@ -100,4 +100,4 @@ kotlin { ...@@ -100,4 +100,4 @@ kotlin {
task compileSdk(type:Exec) { task compileSdk(type:Exec) {
commandLine './build-sdk.sh' commandLine './build-sdk.sh'
} }
preBuild.dependsOn compileSdk preBuild.dependsOn compileSdk
\ No newline at end of file
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