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