Skip to content

Commit a042045

Browse files
author
cmj
committed
see 12/22 log
1 parent ed5faa1 commit a042045

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ getEntries : 获取压缩文件中的文件对象
557557
***
558558

559559
### 关于
560+
***
560561
* 做这份整理是想把它作为Android开发的小字典,当遇到一些琐碎问题时,不用再面向百度或者谷歌查询API的使用,费时费力,这里有的话,大家尽管撸走;同时也希望它能逐日壮大起来,期待大家的Star和完善,当然我也会一直更新发布版本和日志,为了方便大家导入,现已上传jcenter;其中很多代码也是汇四方之精华,谢谢前辈们的提供,当然最终还是要通过单元测试的,如有错误,请及时告之。
561562
* QQ群提供讨论,1群:74721490(已满)2群:25206533,至于验证问题对大家来说肯定都是小case。关于群:[在别人生活里低调地做配角(我和466个程序员的故事)][group]
562563
* 我的[微博][weibo],求个关注哈。
@@ -569,6 +570,7 @@ compile 'com.blankj:utilcode:1.3.5'
569570
```
570571

571572
### How to use
573+
***
572574
```
573575
Utils.init(context);
574576
```

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,9 @@ getEntries
556556
557557
***
558558

559+
### About
559560
**I'm so sorry for that the code is annotated with Chinese.**
561+
***
560562

561563
### Download
562564
***
@@ -566,6 +568,7 @@ compile 'com.blankj:utilcode:1.3.5'
566568
```
567569

568570
### How to use
571+
***
569572
```
570573
Utils.init(context);
571574
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void readme2Eng() throws Exception {
4949
sb.append(line.substring(0, line.indexOf(
5050
':')).trim());
5151
} else if (line.contains("### 关于")) {
52-
sb.append("**I'm so sorry for that the code is annotated with Chinese.**");
52+
sb.append("### About\n**I'm so sorry for that the code is annotated with Chinese.**");
5353
} else if (line.contains("* 做") || line.contains("* QQ") || line.contains("* 我的")) {
5454
continue;
5555
} else {

0 commit comments

Comments
 (0)