提交 cf13a096 编写于 作者: C cmj

see 10/31 log

上级 87601d6e
......@@ -471,7 +471,7 @@ getEntries : 获取压缩文件中的文件对象
***
Gradle:
``` groovy
compile 'com.blankj:utilcode:1.3.1'
compile 'com.blankj:utilcode:1.3.2'
```
### Proguard
......
......@@ -471,7 +471,7 @@ getEntries
***
Gradle:
``` groovy
compile 'com.blankj:utilcode:1.3.1'
compile 'com.blankj:utilcode:1.3.2'
```
### Proguard
......
......@@ -10,8 +10,8 @@ ext {
buildToolsVersion : "24.0.3",
minSdkVersion : 11,
targetSdkVersion : 24,
versionCode : 10,
versionName : "1.3.1"
versionCode : 11,
versionName : "1.3.2"
]
depsVersion = [
......
......@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 10
versionName "1.3.1"
versionCode 11
versionName "1.3.2"
}
buildTypes {
release {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册