add multidex and enable it
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/e089790e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/e089790e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/e089790e Branch: refs/heads/master Commit: e089790e140cf8820c92538ed255794f36f53d59 Parents: 48a4992 Author: Sagar <[email protected]> Authored: Thu Sep 15 13:48:14 2016 +0530 Committer: Sagar <[email protected]> Committed: Thu Sep 15 13:48:14 2016 +0530 ---------------------------------------------------------------------- app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/e089790e/app/build.gradle ---------------------------------------------------------------------- diff --git a/app/build.gradle b/app/build.gradle index 8561c50..563fce6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,6 +16,7 @@ android { targetSdkVersion 21 versionCode 1 versionName "1.0" + multiDexEnabled true } buildTypes { release { @@ -35,7 +36,7 @@ dependencies { compile 'com.android.support:cardview-v7:23.3.0' compile 'com.android.support:recyclerview-v7:23.3.0' compile 'com.android.support:support-v4:23.3.0' - compile files('libs/dropbox-android-sdk-1.6.3.jar') + compile 'com.android.support:design:23.3.0' compile 'com.squareup.retrofit2:retrofit:2.0.2' @@ -74,4 +75,5 @@ dependencies { compile 'com.facebook.stetho:stetho-okhttp3:1.3.1' compile 'com.github.chrisbanes:PhotoView:1.2.6' + compile 'com.android.support:multidex:1.0.0' }
