diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 14:59:35 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-09 14:59:35 -0700 |
commit | ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9 (patch) | |
tree | 622b6a0f35f29f8cbcc7dc15b36080e4497081e2 /sample/build.gradle | |
parent | 50308831b3e33526a2e672c26765bb02856a3e92 (diff) | |
download | kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.gz kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.bz2 kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.zip |
KAU icon
Diffstat (limited to 'sample/build.gradle')
-rw-r--r-- | sample/build.gradle | 1 |
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" } |