Skip to content

Commit

Permalink
Upgraded to Gradle 2.4 for Faster Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkiran committed May 24, 2015
1 parent 647070f commit a8b950b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'android-maven'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 22
Expand Down Expand Up @@ -33,11 +33,10 @@ android {
}

dependencies {
compile 'com.google.android:support-v4:r7'

testCompile 'com.squareup:fest-android:1.0.7'
testCompile 'org.robolectric:robolectric:2.1.1'
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:22.1.1'
}

// build a jar with source files
Expand Down

0 comments on commit a8b950b

Please sign in to comment.