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 11# Android开发人员不得不收集的代码([ 持续更新中] [ update_log.md ] )
22
3- [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ License] [ licensesvg ]] [ license ]
3+ [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build ] [ buildsvg ]] [ build ] [ ![ License] [ licensesvg ]] [ license ]
44
55## [ README of English] [ readme.md ]
66
@@ -646,6 +646,9 @@ Utils.init(context);
646646[ apisvg ] : https://img.shields.io/badge/API-15+-blue.svg
647647[ api ] : https://android-arsenal.com/api?level=15
648648
649+ [ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650+ [ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651+
649652[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
650653[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
651654
Original file line number Diff line number Diff line change 11# Android developers should collect the following utils
22
3- [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ License] [ licensesvg ]] [ license ]
3+ [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build ] [ buildsvg ]] [ build ] [ ![ License] [ licensesvg ]] [ license ]
44
55## [ README of Chinese] [ readme-cn.md ]
66
@@ -646,6 +646,9 @@ Utils.init(context);
646646[ apisvg ] : https://img.shields.io/badge/API-15+-blue.svg
647647[ api ] : https://android-arsenal.com/api?level=15
648648
649+ [ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650+ [ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651+
649652[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
650653[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
651654
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void readme2Eng() throws Exception {
4848 File readmeEng = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README.md" );
4949 List <String > list = FileUtils .readFile2List (readmeCN , "UTF-8" );
5050 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 +
5252 "## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
5353 "## API" + LINE_SEP + LINE_SEP );
5454 List <String > lines = list .subList (8 , list .size ());
You can’t perform that action at this time.
0 commit comments