Skip to content

Commit bd6590d

Browse files
author
jyuesong
committed
update readme
1 parent 9fbda3e commit bd6590d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.2.0'
9-
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}

Diff for: gradle/wrapper/gradle-wrapper.jar

52.4 KB
Binary file not shown.

Diff for: gradle/wrapper/gradle-wrapper.properties

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Dec 28 10:00:20 PST 2015
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

Diff for: push/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
apply plugin: 'com.android.library'
2-
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='com.github.jiang111'
34
android {
45
compileSdkVersion 24
56
buildToolsVersion "24.0.2"
67

78
defaultConfig {
8-
minSdkVersion 18
9+
minSdkVersion 11
910
targetSdkVersion 24
1011
versionCode 1
1112
versionName "1.0"

0 commit comments

Comments
 (0)