Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elvishew committed Jun 15, 2021
1 parent 6b42cd3 commit 545188c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Lightweight and pretty, powerful and flexible logger for android and java, can p
Dependency

```groovy
implementation 'com.elvishew:xlog:1.9.0'
implementation 'com.elvishew:xlog:1.10.0'
```

Initialization
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
依赖

```groovy
implementation 'com.elvishew:xlog:1.9.0'
implementation 'com.elvishew:xlog:1.10.0'
```

初始化
Expand Down
4 changes: 2 additions & 2 deletions xlog/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ POM_ARTIFACT_ID=xlog
POM_PACKAGING=jar
POM_DESCRIPTION=Android logger, pretty, powerful and flexible, logging to file and everywhere

VERSION_NAME=1.9.0
VERSION_CODE=16
VERSION_NAME=1.10.0
VERSION_CODE=17

0 comments on commit 545188c

Please sign in to comment.