File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
utilcode/src/test/java/com/blankj/utilcode/util Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -640,15 +640,18 @@ Utils.init(context);
640
640
641
641
642
642
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
644
644
[ auc ] : https://github.com/Blankj/AndroidUtilCode
645
645
646
- [ apisvg ] : https://img.shields.io/badge/API-15+-blue .svg
646
+ [ apisvg ] : https://img.shields.io/badge/API-15+-brightgreen .svg
647
647
[ api ] : https://android-arsenal.com/api?level=15
648
648
649
649
[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650
650
[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651
651
652
+ [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
653
+ [ license ] : https://opensource.org/licenses/apache2.0.php
654
+
652
655
[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
653
656
[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
654
657
@@ -664,9 +667,6 @@ Utils.init(context);
664
667
[ qq1groupsvg ] : https://img.shields.io/badge/QQ1群-25206533-fba7f9.svg
665
668
[ qq1group ] : https://shang.qq.com/wpa/qunwpa?idkey=d906789f84484465e2736f7b524366b4c23afeda38733d5c7b10fc3f6e406e9b
666
669
667
- [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-blue.svg
668
- [ license ] : https://opensource.org/licenses/apache2.0.php
669
-
670
670
[ readme.md ] : https://github.com/Blankj/AndroidUtilCode
671
671
[ readme-cn.md ] : https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
672
672
Original file line number Diff line number Diff line change @@ -640,15 +640,18 @@ Utils.init(context);
640
640
641
641
642
642
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
644
644
[ auc ] : https://github.com/Blankj/AndroidUtilCode
645
645
646
- [ apisvg ] : https://img.shields.io/badge/API-15+-blue .svg
646
+ [ apisvg ] : https://img.shields.io/badge/API-15+-brightgreen .svg
647
647
[ api ] : https://android-arsenal.com/api?level=15
648
648
649
649
[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
650
650
[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
651
651
652
+ [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
653
+ [ license ] : https://opensource.org/licenses/apache2.0.php
654
+
652
655
[ jianshusvg ] : https://img.shields.io/badge/简书-Blankj-brightgreen.svg
653
656
[ jianshu ] : http://www.jianshu.com/u/46702d5c6978
654
657
@@ -664,9 +667,6 @@ Utils.init(context);
664
667
[ qq1groupsvg ] : https://img.shields.io/badge/QQ1群-25206533-fba7f9.svg
665
668
[ qq1group ] : https://shang.qq.com/wpa/qunwpa?idkey=d906789f84484465e2736f7b524366b4c23afeda38733d5c7b10fc3f6e406e9b
666
669
667
- [ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-blue.svg
668
- [ license ] : https://opensource.org/licenses/apache2.0.php
669
-
670
670
[ readme.md ] : https://github.com/Blankj/AndroidUtilCode
671
671
[ readme-cn.md ] : https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
672
672
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public static void init() {
42
42
Utils .init (RuntimeEnvironment .application );
43
43
}
44
44
45
+ // @Test
45
46
public void readme2Eng () throws Exception {
46
47
formatCN ();
47
48
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