From 3faa6b27a36fe93c71c1b475579f9f57a8698da3 Mon Sep 17 00:00:00 2001 From: Elvis Hew Date: Mon, 29 Jul 2024 00:06:04 +0800 Subject: [PATCH] Release v1.11.1 --- README.md | 2 +- README_ZH.md | 2 +- xlog-libcat/build.gradle | 2 +- xlog-sample/build.gradle | 2 +- xlog/gradle.properties | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6388365..82d9624 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_ZH.md b/README_ZH.md index e58c83d..06fe613 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -15,7 +15,7 @@ 依赖 ```groovy -implementation 'com.elvishew:xlog:1.10.1' +implementation 'com.elvishew:xlog:1.11.1' ``` 初始化 diff --git a/xlog-libcat/build.gradle b/xlog-libcat/build.gradle index 36fb84e..f615a5b 100644 --- a/xlog-libcat/build.gradle +++ b/xlog-libcat/build.gradle @@ -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' } \ No newline at end of file diff --git a/xlog-sample/build.gradle b/xlog-sample/build.gradle index 0d44cdf..3a7bca3 100644 --- a/xlog-sample/build.gradle +++ b/xlog-sample/build.gradle @@ -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' diff --git a/xlog/gradle.properties b/xlog/gradle.properties index 65197c6..f4688eb 100644 --- a/xlog/gradle.properties +++ b/xlog/gradle.properties @@ -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