Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
371718330@qq.com committed Apr 25, 2018
1 parent f2c1b2d commit b3c65b2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -844,29 +844,33 @@

Gradle:
``` groovy
compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.1'
compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.2'
```
Maven:
``` groovy
<dependency>
<groupId>com.abrahamcaijin.commonutil</groupId>
<artifactId>CommonUtil</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<type>pom</type>
</dependency>
```
Ivy:
``` groovy
<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.1'>
<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.2'>
<artifact name='CommonUtil' ext='pom' ></artifact>
</dependency>
```
## How to use

```
这里说明一下,发布1.0.2的时候手抖,把初始化改成了Utils,除了1.0.2,其他的版本号都是AppUtils
// init it in the function of onCreate in ur Application
1.0.1 1.0.3...
AppUtils.init(context);
1.0.2
Utils.init(context);
```
## Proguard

Expand Down

0 comments on commit b3c65b2

Please sign in to comment.