Skip to content

Commit 1db7002

Browse files
committed
Update README.md
1 parent 093bc7b commit 1db7002

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ android-utils
22
=============
33

44
It contains most of the utility classes.
5+
56
Android utility class, include BitmapUtil, DataCleanManager, FileUtils, HanziToPinyin, NetUtil, PreferencesCookieStore, RandomUtils, Singleton, LogUtils, BaseCrashHandler, and so on.
67

78
Permission requirement
8-
======================
9+
----------------------
910

1011
```xml
1112
<uses-permission android:name="android.permission.INTERNET" />
@@ -14,15 +15,15 @@ Permission requirement
1415
```
1516

1617
Configuration
17-
=============
18+
-------------
1819

1920
```xml
2021
<application
2122
android:name="com.worthed.app.BaseApplication" >
2223
```
2324

2425
Proguard
25-
============
26+
--------
2627

2728
``` xml
2829
-keep class com.worthed.** { *; }
@@ -31,13 +32,13 @@ Proguard
3132
```
3233

3334
Developer
34-
=========
35+
---------
3536

3637
* [Zhenguo Jin](https://worthed.com) - <jinzhenguo1990@gmail.com>
3738

3839

3940
License
40-
=======
41+
-------
4142

4243
Copyright 2014 Zhenguo Jin
4344

0 commit comments

Comments
 (0)