From 6d52ad06b22d26e90b8cc250b12b43f408dd62cc Mon Sep 17 00:00:00 2001 From: AbrahamCaiJin <1652783461@qq.com> Date: Thu, 26 Oct 2017 17:18:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8c6058..3514170 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,13 +852,13 @@ Maven: com.abrahamcaijin.commonutil CommonUtil - 1.0.1 + 1.0.2 pom ``` Ivy: ``` groovy - + ``` From 331b3adbad1dfc1c9b4df78aca23feaadee6dacc Mon Sep 17 00:00:00 2001 From: AbrahamCaiJin <1652783461@qq.com> Date: Fri, 1 Dec 2017 10:23:19 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3514170..0b5616c 100644 --- a/README.md +++ b/README.md @@ -865,8 +865,12 @@ Maven: ## 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