Skip to content

Commit 4354f19

Browse files
committed
see 06/16 log
1 parent bca3f89 commit 4354f19

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README-CN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :fire: Android开发人员不得不收集的代码([持续更新中][update_log.md])
22

3-
[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![License][licensesvg]][license]
3+
[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![Insight][insightsvg]][insight] [![License][licensesvg]][license]
44

55
## [README of English][readme.md]
66

@@ -694,6 +694,9 @@ Utils.init(context);
694694
[buildsvg]: https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
695695
[build]: https://travis-ci.org/Blankj/AndroidUtilCode
696696

697+
[insightsvg]: https://www.insight.io/repoBadge/github.com/Blankj/AndroidUtilCode
698+
[insight]: https://insight.io/github.com/Blankj/AndroidUtilCode
699+
697700
[licensesvg]: https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
698701
[license]: https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
699702

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :fire: Android developers should collect the following utils
22

3-
[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![License][licensesvg]][license]
3+
[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![Insight][insightsvg]][insight] [![License][licensesvg]][license]
44

55
## [README of Chinese][readme-cn.md]
66

@@ -694,6 +694,9 @@ Utils.init(context);
694694
[buildsvg]: https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
695695
[build]: https://travis-ci.org/Blankj/AndroidUtilCode
696696

697+
[insightsvg]: https://www.insight.io/repoBadge/github.com/Blankj/AndroidUtilCode
698+
[insight]: https://insight.io/github.com/Blankj/AndroidUtilCode
699+
697700
[licensesvg]: https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
698701
[license]: https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
699702

update_log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* 17/06/16 新增insight.io的bandage
12
* 17/06/14 发布1.7.1版本,LogUtils优化回退栈
23
* 17/06/13 更新Snackbar和Toast的Demo
34
* 17/06/12 变更Snackbar为建造者模式

utilcode/src/test/java/com/blankj/utilcode/util/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void readme2Eng() throws Exception {
4646
File readmeEng = new File(new File(System.getProperty("user.dir")).getAbsolutePath() + FILE_SEP + "README.md");
4747
List<String> list = FileIOUtils.readFile2List(readmeCN, "UTF-8");
4848
StringBuilder sb = new StringBuilder("# :fire: Android developers should collect the following utils" + LINE_SEP + LINE_SEP +
49-
"[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
49+
"[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![Insight][insightsvg]][insight] [![License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
5050
"## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
5151
"## API" + LINE_SEP + LINE_SEP);
5252
List<String> lines = list.subList(8, list.size());

0 commit comments

Comments
 (0)