Skip to content

Commit

Permalink
Step android gradle plugin version to 1.5.0
Browse files Browse the repository at this point in the history
Gradle 2.8 require Android Gradle plugin version
1.2.0 or newer.
Upgrade plugin version to 1.5.0.
Add multiDex support to prevent
DexIndexOverflowException.
  • Loading branch information
hazzeh committed Mar 5, 2016
1 parent fe7fe4c commit 9913fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 2 additions & 0 deletions mobile/build.gradle
Expand Up @@ -8,6 +8,7 @@ android {
applicationId "org.openhab.habdroid"
minSdkVersion 15
targetSdkVersion 21
multiDexEnabled true
}
buildTypes {
release {
Expand Down Expand Up @@ -38,4 +39,5 @@ dependencies {
compile 'com.loopj:android-smart-image-view:1.0.0'
compile 'com.google.code.gson:gson:2.3.1'
compile 'com.github.shell-software:fab:1.1.0'
compile 'com.android.support:multidex:'
}

0 comments on commit 9913fbe

Please sign in to comment.