Skip to content

Commit b3c65b2

Browse files
author
371718330@qq.com
committed
更新README
1 parent f2c1b2d commit b3c65b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,29 +844,33 @@
844844

845845
Gradle:
846846
``` groovy
847-
compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.1'
847+
compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.2'
848848
849849
```
850850
Maven:
851851
``` groovy
852852
<dependency>
853853
<groupId>com.abrahamcaijin.commonutil</groupId>
854854
<artifactId>CommonUtil</artifactId>
855-
<version>1.0.1</version>
855+
<version>1.0.2</version>
856856
<type>pom</type>
857857
</dependency>
858858
```
859859
Ivy:
860860
``` groovy
861-
<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.1'>
861+
<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.2'>
862862
<artifact name='CommonUtil' ext='pom' ></artifact>
863863
</dependency>
864864
```
865865
## How to use
866866

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

0 commit comments

Comments
 (0)