File tree Expand file tree Collapse file tree
utilcode/src/test/java/com/blankj/utilcode/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -640,15 +640,18 @@ Utils.init(context);
640640
641641
642642
643- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.5.1-blue .svg
643+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.5.1-brightgreen .svg
644644[ auc ] : https://github.com/Blankj/AndroidUtilCode
645645
646- [ apisvg ] : https://img.shields.io/badge/API-15+-blue .svg
646+ [ apisvg ] : https://img.shields.io/badge/API-15+-brightgreen .svg
647647[ api ] : https://android-arsenal.com/api?level=15
648648
649649[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650650[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651651
652+ [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
653+ [ license ] : https://opensource.org/licenses/apache2.0.php
654+
652655[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
653656[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
654657
@@ -664,9 +667,6 @@ Utils.init(context);
664667[ qq1groupsvg ] : https://img.shields.io/badge/QQ1群-25206533-fba7f9.svg
665668[ qq1group ] : https://shang.qq.com/wpa/qunwpa?idkey=d906789f84484465e2736f7b524366b4c23afeda38733d5c7b10fc3f6e406e9b
666669
667- [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-blue.svg
668- [ license ] : https://opensource.org/licenses/apache2.0.php
669-
670670[ readme.md ] : https://github.com/Blankj/AndroidUtilCode
671671[ readme-cn.md ] : https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
672672
Original file line number Diff line number Diff line change @@ -640,15 +640,18 @@ Utils.init(context);
640640
641641
642642
643- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.5.1-blue .svg
643+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.5.1-brightgreen .svg
644644[ auc ] : https://github.com/Blankj/AndroidUtilCode
645645
646- [ apisvg ] : https://img.shields.io/badge/API-15+-blue .svg
646+ [ apisvg ] : https://img.shields.io/badge/API-15+-brightgreen .svg
647647[ api ] : https://android-arsenal.com/api?level=15
648648
649649[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650650[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651651
652+ [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
653+ [ license ] : https://opensource.org/licenses/apache2.0.php
654+
652655[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
653656[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
654657
@@ -664,9 +667,6 @@ Utils.init(context);
664667[ qq1groupsvg ] : https://img.shields.io/badge/QQ1群-25206533-fba7f9.svg
665668[ qq1group ] : https://shang.qq.com/wpa/qunwpa?idkey=d906789f84484465e2736f7b524366b4c23afeda38733d5c7b10fc3f6e406e9b
666669
667- [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-blue.svg
668- [ license ] : https://opensource.org/licenses/apache2.0.php
669-
670670[ readme.md ] : https://github.com/Blankj/AndroidUtilCode
671671[ readme-cn.md ] : https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
672672
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public static void init() {
4242 Utils .init (RuntimeEnvironment .application );
4343 }
4444
45+ // @Test
4546 public void readme2Eng () throws Exception {
4647 formatCN ();
4748 File readmeCN = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README-CN.md" );
You can’t perform that action at this time.
0 commit comments