File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
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 '
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' android-maven'
2
+ apply plugin : ' com.github.dcendents. android-maven'
3
3
4
4
android {
5
5
compileSdkVersion 22
@@ -33,11 +33,10 @@ android {
33
33
}
34
34
35
35
dependencies {
36
- compile ' com.google.android:support-v4:r7'
37
-
38
36
testCompile ' com.squareup:fest-android:1.0.7'
39
37
testCompile ' org.robolectric:robolectric:2.1.1'
40
38
testCompile ' junit:junit:4.12'
39
+ compile ' com.android.support:support-v4:22.1.1'
41
40
}
42
41
43
42
// build a jar with source files
You can’t perform that action at this time.
0 commit comments