Skip to content

Commit a8b950b

Browse files
committed
Upgraded to Gradle 2.4 for Faster Builds
1 parent 647070f commit a8b950b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:1.2.3'
9-
classpath 'com.github.dcendents:android-maven-plugin:1.2'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1010
}
1111
}
1212

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip

library/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'android-maven'
2+
apply plugin: 'com.github.dcendents.android-maven'
33

44
android {
55
compileSdkVersion 22
@@ -33,11 +33,10 @@ android {
3333
}
3434

3535
dependencies {
36-
compile 'com.google.android:support-v4:r7'
37-
3836
testCompile 'com.squareup:fest-android:1.0.7'
3937
testCompile 'org.robolectric:robolectric:2.1.1'
4038
testCompile 'junit:junit:4.12'
39+
compile 'com.android.support:support-v4:22.1.1'
4140
}
4241

4342
// build a jar with source files

0 commit comments

Comments
 (0)