aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 14:59:35 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 14:59:35 -0700
commitef4b513cdd6d6fdf1d747720dd56f8c39bfedab9 (patch)
tree622b6a0f35f29f8cbcc7dc15b36080e4497081e2 /sample/build.gradle
parent50308831b3e33526a2e672c26765bb02856a3e92 (diff)
downloadkau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.gz
kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.bz2
kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.zip
KAU icon
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index b3dd20b..27af7c2 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -25,6 +25,7 @@ android {
targetSdkVersion Integer.parseInt(project.TARGET_SDK)
versionCode androidGitVersion.code()
versionName androidGitVersion.name()
+ multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}