Skip to content

Commit

Permalink
Release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elvishew committed Jul 28, 2024
1 parent cb398da commit 3faa6b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.10.1'
implementation 'com.elvishew:xlog:1.11.1'
```

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.10.1'
implementation 'com.elvishew:xlog:1.11.1'
```

初始化
Expand Down
2 changes: 1 addition & 1 deletion xlog-libcat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ android {
}

dependencies {
api 'com.elvishew:xlog:1.11.0'
api 'com.elvishew:xlog:1.11.1'
api 'org.aspectj:aspectjrt:1.9.5'
}
2 changes: 1 addition & 1 deletion xlog-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ aspectjx {
}

dependencies {
implementation 'com.elvishew:xlog:1.11.0'
implementation 'com.elvishew:xlog:1.11.1'
implementation 'com.elvishew:xlog-libcat:1.0.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.material:material:1.3.0-alpha02'
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.11.0
VERSION_CODE=19
VERSION_NAME=1.11.1
VERSION_CODE=20

0 comments on commit 3faa6b2

Please sign in to comment.