diff --git a/build.gradle b/build.gradle index 208fd8cdf..91088fc2c 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9a832b489..1bec56674 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/library/build.gradle b/library/build.gradle index 69c7b679c..174ff02f8 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,5 +1,5 @@ apply plugin: 'com.android.library' -apply plugin: 'android-maven' +apply plugin: 'com.github.dcendents.android-maven' android { compileSdkVersion 22 @@ -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