File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
utilcode/src/test/java/com/blankj/utilcode/util Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Android开发人员不得不收集的代码([ 持续更新中] [ update_log.md ] )
2
2
3
- [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ License] [ licensesvg ]] [ license ]
3
+ [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build ] [ buildsvg ]] [ build ] [ ![ License] [ licensesvg ]] [ license ]
4
4
5
5
## [ README of English] [ readme.md ]
6
6
@@ -646,6 +646,9 @@ Utils.init(context);
646
646
[ apisvg ] : https://img.shields.io/badge/API-15+-blue.svg
647
647
[ api ] : https://android-arsenal.com/api?level=15
648
648
649
+ [ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650
+ [ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651
+
649
652
[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
650
653
[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
651
654
Original file line number Diff line number Diff line change 1
1
# Android developers should collect the following utils
2
2
3
- [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ License] [ licensesvg ]] [ license ]
3
+ [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build ] [ buildsvg ]] [ build ] [ ![ License] [ licensesvg ]] [ license ]
4
4
5
5
## [ README of Chinese] [ readme-cn.md ]
6
6
@@ -646,6 +646,9 @@ Utils.init(context);
646
646
[ apisvg ] : https://img.shields.io/badge/API-15+-blue.svg
647
647
[ api ] : https://android-arsenal.com/api?level=15
648
648
649
+ [ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650
+ [ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651
+
649
652
[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
650
653
[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
651
654
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void readme2Eng() throws Exception {
48
48
File readmeEng = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README.md" );
49
49
List <String > list = FileUtils .readFile2List (readmeCN , "UTF-8" );
50
50
StringBuilder sb = new StringBuilder ("# Android developers should collect the following utils" + LINE_SEP + LINE_SEP +
51
- "[![auc][aucsvg]][auc] [![api][apisvg]][api] [![License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
51
+ "[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![ License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
52
52
"## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
53
53
"## API" + LINE_SEP + LINE_SEP );
54
54
List <String > lines = list .subList (8 , list .size ());
You can’t perform that action at this time.
0 commit comments