File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#使用Gradle构建时添加一下依赖即可:
12
12
``` javascript
13
- compile ' com.mylhyl:acp:1.0.0 '
13
+ compile ' com.mylhyl:acp:1.0.1 '
14
14
```
15
15
16
16
# 使用说明
Original file line number Diff line number Diff line change @@ -4,19 +4,20 @@ apply plugin: 'com.jfrog.bintray'
4
4
android {
5
5
compileSdkVersion 23
6
6
buildToolsVersion " 23.0.2"
7
-
8
7
defaultConfig {
9
- minSdkVersion 15
8
+ minSdkVersion 14
10
9
targetSdkVersion 23
11
10
versionCode 1
12
- versionName " 1.0 "
11
+ versionName version
13
12
}
14
13
buildTypes {
15
14
release {
16
15
minifyEnabled false
17
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
18
17
}
19
18
}
19
+ productFlavors {
20
+ }
20
21
}
21
22
// Git仓库的主页
22
23
def siteUrl = ' https://github.com/mylhyl/AndroidAcp'
@@ -25,7 +26,7 @@ def gitUrl = 'https://github.com/mylhyl/AndroidAcp.git'
25
26
// 唯一包名
26
27
group = " com.mylhyl"
27
28
// 版本号
28
- version = " 1.0.0 "
29
+ version = " 1.0.1 "
29
30
30
31
install {
31
32
repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments