Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elvishew committed Nov 1, 2018
1 parent c6aecab commit b460dfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The differences to other logger libraries:

## Dependency
```groovy
compile 'com.elvishew:xlog:1.6.0'
compile 'com.elvishew:xlog:1.6.1'
```

## Preview
Expand Down Expand Up @@ -232,7 +232,7 @@ In the dialog, fill the 'Text to find' with 'android.util.Log', and 'Replace wit
* [x] Export log files to a .zip (since 1.4.0)

## [Releases](https://github.com/elvishew/xLog/releases)
Latest release: 1.6.0 [Change log](https://github.com/elvishew/xLog/releases/tag/1.6.0)
Latest release: 1.6.1 [Change log](https://github.com/elvishew/xLog/releases/tag/1.6.1)

## [Issues](https://github.com/elvishew/xLog/issues)
If you meet any problem when using XLog, or have any suggestion, please feel free to create an issue.
Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ XLog 能干什么:

## 依赖
```groovy
compile 'com.elvishew:xlog:1.6.0'
compile 'com.elvishew:xlog:1.6.1'
```

## 预览
Expand Down Expand Up @@ -230,7 +230,7 @@ grep -rl "android.util.Log" <your-source-directory> | xargs sed -i "" "s/android
* [x] 导出日志文件为 .zip(v1.4.0 开始支持)

## [版本](https://github.com/elvishew/xLog/releases)
最新版本:1.6.0 [Change log](https://github.com/elvishew/xLog/releases/tag/1.6.0)
最新版本:1.6.1 [Change log](https://github.com/elvishew/xLog/releases/tag/1.6.1)

## [问题](https://github.com/elvishew/xLog/issues)
如果你在使用过程中遇到任何问题或者有任何建议,请创建一个 Issue
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=1.6.0
VERSION_CODE=11
VERSION_NAME=1.6.1
VERSION_CODE=12
GROUP=com.elvishew

POM_DESCRIPTION=Android logger, simple and pretty, powerful and flexible, all you need is here
Expand Down

0 comments on commit b460dfe

Please sign in to comment.