Skip to content

Commit 401171a

Browse files
committed
see 08/28 log
1 parent c584fb1 commit 401171a

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ getEntries : 获取压缩文件中的文件对象
618618

619619
Gradle:
620620
``` groovy
621-
compile 'com.blankj:utilcode:1.8.3'
621+
compile 'com.blankj:utilcode:1.8.4'
622622
```
623623

624624

@@ -641,7 +641,7 @@ Utils.init(context);
641641

642642
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
643643

644-
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.8.3-brightgreen.svg
644+
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.8.4-brightgreen.svg
645645
[auc]: https://github.com/Blankj/AndroidUtilCode
646646

647647
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ getEntries
618618

619619
Gradle:
620620
``` groovy
621-
compile 'com.blankj:utilcode:1.8.3'
621+
compile 'com.blankj:utilcode:1.8.4'
622622
```
623623

624624

@@ -641,7 +641,7 @@ Utils.init(context);
641641

642642
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
643643

644-
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.8.3-brightgreen.svg
644+
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.8.4-brightgreen.svg
645645
[auc]: https://github.com/Blankj/AndroidUtilCode
646646

647647
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
releaseCompile leakCanary
7878
testCompile leakCanary
7979

80-
// compile 'com.blankj:utilcode:1.8.3'
80+
// compile 'com.blankj:utilcode:1.8.4'
8181
}
8282

8383

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ext {
2929
minSdkVersion = 14
3030
targetSdkVersion = 25
3131

32-
versionCode = 100800300
33-
versionName = '1.8.3'
32+
versionCode = 100800400
33+
versionName = '1.8.4'
3434

3535
// App dependencies
3636
supportVersion = '25.3.1'

subutil/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,4 @@ dependencies {
6060

6161
testCompile "junit:junit:$rootProject.ext.junitVersion"
6262
testCompile "org.robolectric:robolectric:$rootProject.ext.robolectricVersion"
63-
}
64-
//apply from: "https://raw.githubusercontent.com/xiaopansky/android-library-publish-to-jcenter/master/bintrayUpload.gradle"
65-
//gradlew bintrayUpload
63+
}

update_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 17/08/28 修复ToastUtils内存泄露,新增toast可根据系统字体显示不同字体
1+
* 17/08/28 修复ToastUtils内存泄露,新增toast可根据系统字体显示不同字体,发布版本1.8.4
22
* 17/08/20 新增监听Activity生命周期,退出App,发布版本1.8.3
33
* 17/08/11 LogUtils的Builder改为Config,发布版本1.8.2
44
* 17/08/10 优化FileUtils的deleteFilesInDir和listFilesInDir

utilcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3838
}
3939
release {
40-
minifyEnabled false
40+
minifyEnabled true
4141
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
4242
}
4343
}

0 commit comments

Comments
 (0)