File tree 7 files changed +8
-7
lines changed
7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 41
41
42
42
[ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
43
43
44
- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.13.11 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.13.12 -brightgreen.svg
45
45
[ auc ] : https://github.com/Blankj/AndroidUtilCode
46
46
47
47
[ apisvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
41
41
42
42
[ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
43
43
44
- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.13.11 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.13.12 -brightgreen.svg
45
45
[ auc ] : https://github.com/Blankj/AndroidUtilCode
46
46
47
47
[ apisvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
// LeakCanary
61
61
debugImplementation " com.squareup.leakcanary:leakcanary-android:$leakcanary_version "
62
62
releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$leakcanary_version "
63
- // implementation 'com.blankj:utilcode:1.13.11 '
63
+ // implementation 'com.blankj:utilcode:1.13.12 '
64
64
}
65
65
66
66
Original file line number Diff line number Diff line change 33
33
min_sdk_version = 14
34
34
target_sdk_version = 27
35
35
36
- version_code = 1_013_011
37
- version_name = ' 1.13.11 ' // E.g 1.9.72 => 1,009,072
36
+ version_code = 1_013_012
37
+ version_name = ' 1.13.12 ' // E.g 1.9.72 => 1,009,072
38
38
39
39
// App dependencies
40
40
support_version = ' 27.1.0'
Original file line number Diff line number Diff line change
1
+ * 18/04/17 修复 ToastUtils 内存泄漏问题,感谢 [ LambertCoding] ( https://github.com/LambertCoding ) ,发布 1.13.12 版本
1
2
* 18/04/16 完善 AppUtils#installAppSilent 路径包含空格问题,发布 1.13.11 版本
2
3
* 18/04/10 完善 OnCrashListener 回调崩溃信息,发布 1.13.10 版本
3
4
* 18/04/09 修复静默安装重载错误,发布 1.13.9 版本
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.13.11 '
5
+ implementation 'com.blankj:utilcode:1.13.12 '
6
6
```
7
7
8
8
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.13.11 '
5
+ implementation 'com.blankj:utilcode:1.13.12 '
6
6
```
7
7
8
8
You can’t perform that action at this time.
0 commit comments