File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 844
844
845
845
Gradle:
846
846
``` groovy
847
- compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.1 '
847
+ compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.2 '
848
848
849
849
```
850
850
Maven:
851
851
``` groovy
852
852
<dependency>
853
853
<groupId>com.abrahamcaijin.commonutil</groupId>
854
854
<artifactId>CommonUtil</artifactId>
855
- <version>1.0.1 </version>
855
+ <version>1.0.2 </version>
856
856
<type>pom</type>
857
857
</dependency>
858
858
```
859
859
Ivy:
860
860
``` 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 '>
862
862
<artifact name='CommonUtil' ext='pom' ></artifact>
863
863
</dependency>
864
864
```
865
865
## How to use
866
866
867
867
```
868
+ 这里说明一下,发布1.0.2的时候手抖,把初始化改成了Utils,除了1.0.2,其他的版本号都是AppUtils
868
869
// init it in the function of onCreate in ur Application
870
+ 1.0.1 1.0.3...
869
871
AppUtils.init(context);
872
+ 1.0.2
873
+ Utils.init(context);
870
874
```
871
875
## Proguard
872
876
You can’t perform that action at this time.
0 commit comments