From b3c65b28d3ba18dd90e96c2013baf2b44ae6e65a Mon Sep 17 00:00:00 2001 From: "371718330@qq.com" <199310qqmm> Date: Wed, 25 Apr 2018 14:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8c6058..0b5616c 100644 --- a/README.md +++ b/README.md @@ -844,7 +844,7 @@ Gradle: ``` groovy -compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.1' +compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.2' ``` Maven: @@ -852,21 +852,25 @@ Maven: com.abrahamcaijin.commonutil CommonUtil - 1.0.1 + 1.0.2 pom ``` Ivy: ``` groovy - + ``` ## 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