File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
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.21.0 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.21.1 -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.21.0 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.21.1 -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 @@ -177,7 +177,7 @@ def configAppDependencies(Project pro) {
177
177
// LeakCanary
178
178
debugImplementation depConfig. leakcanary. android
179
179
releaseImplementation depConfig. leakcanary. android_no_op
180
- // implementation 'com.blankj:utilcode:1.21.0 '
180
+ // implementation 'com.blankj:utilcode:1.21.1 '
181
181
}
182
182
}
183
183
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.21.0 '
5
+ implementation 'com.blankj:utilcode:1.21.1 '
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.21.0 '
5
+ implementation 'com.blankj:utilcode:1.21.1 '
6
6
```
7
7
8
8
You can’t perform that action at this time.
0 commit comments