File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- * ` 19/08/13 ` [ add] MapUtils and MapUtilsTest.
1
+ * ` 19/08/13 ` [ add] MapUtils and MapUtilsTest. Publish v1.25.8.
2
2
* ` 19/08/12 ` [ add] CollectionUtils and CollectionUtilsTest.
3
3
* ` 19/08/11 ` [ add] ArrayUtils and ArrayUtilsTest.
4
4
* ` 19/08/09 ` [ fix] https://www.virustotal.com/gui/home/upload with ESET-NOD32. Publish v1.25.7.
Original file line number Diff line number Diff line change 51
51
52
52
[ frame ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/auc_frame_cn.png
53
53
54
- [ aucSvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.25.7 -brightgreen.svg
54
+ [ aucSvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.25.8 -brightgreen.svg
55
55
[ auc ] : https://github.com/Blankj/AndroidUtilCode
56
56
57
57
[ apiSvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ If this project helps you a lot and you want to support the project's developmen
51
51
52
52
[ frame ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/auc_frame.png
53
53
54
- [ aucSvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.25.7 -brightgreen.svg
54
+ [ aucSvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.25.8 -brightgreen.svg
55
55
[ auc ] : https://github.com/Blankj/AndroidUtilCode
56
56
57
57
[ apiSvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ class Config {
14
14
static compileSdkVersion = 28
15
15
static minSdkVersion = 14
16
16
static targetSdkVersion = 28
17
- static versionCode = 1_025_007
18
- static versionName = ' 1.25.7-alpha1 ' // E.g. 1.9.72 => 1,009,072
17
+ static versionCode = 1_025_008
18
+ static versionName = ' 1.25.8 ' // E.g. 1.9.72 => 1,009,072
19
19
20
20
// lib version
21
21
static kotlin_version = ' 1.3.10'
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.25.7 '
5
+ implementation 'com.blankj:utilcode:1.25.8 '
6
6
7
7
// if u use AndroidX, use the following
8
- implementation 'com.blankj:utilcodex:1.25.7 '
8
+ implementation 'com.blankj:utilcodex:1.25.8 '
9
9
```
10
10
11
11
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.25.7 '
5
+ implementation 'com.blankj:utilcode:1.25.8 '
6
6
7
7
// if u use AndroidX, use the following
8
- implementation 'com.blankj:utilcodex:1.25.7 '
8
+ implementation 'com.blankj:utilcodex:1.25.8 '
9
9
```
10
10
11
11
You can’t perform that action at this time.
0 commit comments