Skip to content

Commit be7de40

Browse files
committed
Give me ur Pull Request. ლ(╹◡╹ლ )
1 parent 1273091 commit be7de40

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README-CH.md renamed to README-CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
284284
***
285285

286-
**做这份整理是想把它作为Android开发的小字典,当遇到一些琐碎问题时,不用再面向百度或者谷歌查询API的使用,费时费力,这里有的话,大家尽管撸走;同时也希望它能逐日壮大起来,期待大家的Star和完善,当然我也会一直更新发布版本和日志,为了方便大家导入,现已上传jcenter;其中很多代码也是汇四方之精华,谢谢前辈们的提供,当然最终还是要通过单元测试的,如有错误,请及时告之;开设QQ群提供讨论,群号:74721490,至于验证问题对大家来说肯定都是小case;**
286+
**做这份整理是想把它作为Android开发的小字典,当遇到一些琐碎问题时,不用再面向百度或者谷歌查询API的使用,费时费力,这里有的话,大家尽管撸走;同时也希望它能逐日壮大起来,期待大家的Star和完善,当然我也会一直更新发布版本和日志,为了方便大家导入,现已上传jcenter;其中很多代码也是汇四方之精华,谢谢前辈们的提供,当然最终还是要通过单元测试的,如有错误,请及时告之;开设QQ群提供讨论,群号:74721490,至于验证问题对大家来说肯定都是小case;最近在玩微博,玩的话向大家求个[关注][weibo]**
287287

288288
### Download
289289
***
@@ -371,4 +371,6 @@ limitations under the License.
371371
[zip.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/ZipUtils.java
372372
[zip.test]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/ZipUtilsTest.java
373373

374-
[update_log.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
374+
[update_log.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
375+
376+
[weibo]: http://weibo.com/blankcmj

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Android developers should collect the following utils
2-
**[中文版README][readme.ch]**
2+
**[中文版README][readme.cn]**
33
***
44
Directory is shown below:
55
> - **About App→[AppUtils.java][app.java]**
@@ -319,7 +319,7 @@ See the License for the specific language governing permissions and
319319
limitations under the License.
320320
```
321321

322-
[readme.ch]: https://github.com/Blankj/AndroidUtilCode/blob/master/README-CH.md
322+
[readme.cn]: https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
323323

324324
[app.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/AppUtils.java
325325

update_log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
###
2+
#### 16/09/21 新增LogUtils
23
#### 16/09/20 对昨天的进行单元测试
34
#### 16/09/19 新增CameraUtils,新增获取中文首字母
45
#### 16/09/18 修复少许代码,发布1.2.1

0 commit comments

Comments
 (0)