From bf6d1d8fce0e1cc05f0f4e2ca4b5a6b2b4edb164 Mon Sep 17 00:00:00 2001 From: Richard-Cao <403164405@qq.com> Date: Sat, 20 Oct 2018 14:08:02 +0800 Subject: [PATCH] update release android version --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index befdf72..d1d7ab3 100644 --- a/README-zh.md +++ b/README-zh.md @@ -24,7 +24,7 @@ Logan是美团点评集团移动端基础日志组件。名称是Log和An的组 在项目的`build.gradle`文件中添加: ```groovy -compile 'com.dianping.android.sdk:logan:1.0.0' +compile 'com.dianping.android.sdk:logan:1.1.0' ``` ### Usage diff --git a/README.md b/README.md index a72b797..99dddff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you want to build the source, make sure your NDK version is not higher than * Add the following content in the project `build.gradle` file: ```groovy -compile 'com.dianping.android.sdk:logan:1.0.0' +compile 'com.dianping.android.sdk:logan:1.1.0' ``` ### Usage