Skip to content

Commit b070961

Browse files
author
hupei
committed
修改 minSdkVersion 14
1 parent 82d4323 commit b070961

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#使用Gradle构建时添加一下依赖即可:
1212
```javascript
13-
compile 'com.mylhyl:acp:1.0.0'
13+
compile 'com.mylhyl:acp:1.0.1'
1414
```
1515

1616
# 使用说明

acp/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ apply plugin: 'com.jfrog.bintray'
44
android {
55
compileSdkVersion 23
66
buildToolsVersion "23.0.2"
7-
87
defaultConfig {
9-
minSdkVersion 15
8+
minSdkVersion 14
109
targetSdkVersion 23
1110
versionCode 1
12-
versionName "1.0"
11+
versionName version
1312
}
1413
buildTypes {
1514
release {
1615
minifyEnabled false
1716
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1817
}
1918
}
19+
productFlavors {
20+
}
2021
}
2122
// Git仓库的主页
2223
def siteUrl = 'https://github.com/mylhyl/AndroidAcp'
@@ -25,7 +26,7 @@ def gitUrl = 'https://github.com/mylhyl/AndroidAcp.git'
2526
//唯一包名
2627
group = "com.mylhyl"
2728
//版本号
28-
version = "1.0.0"
29+
version = "1.0.1"
2930

3031
install {
3132
repositories.mavenInstaller {

0 commit comments

Comments
 (0)