From cce9e0014ab8fb2f04dcde40a1e2c12e6b082d4c Mon Sep 17 00:00:00 2001 From: tianxiangyu <96164429+FlyJingFish@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- README_EN.md | 12 ++++++------ gradle.properties | 2 +- version.properties | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index eda872f1..1f1f82ec 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ //必须项 👇 plugins { ... - id "io.github.FlyJingFish.AndroidAop.android-aop" version "1.5.4" + id "io.github.FlyJingFish.AndroidAop.android-aop" version "1.5.5" } ``` @@ -75,7 +75,7 @@ plugins { buildscript { dependencies { //必须项 👇 - classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:1.5.4' + classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:1.5.5' } } ``` @@ -86,7 +86,7 @@ buildscript { plugins { //必须项 👇 - id "io.github.FlyJingFish.AndroidAop.android-aop" version "1.5.4" apply false + id "io.github.FlyJingFish.AndroidAop.android-aop" version "1.5.5" apply false } ``` @@ -133,17 +133,17 @@ plugins { dependencies { //必须项 👇 - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:1.5.4' - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:1.5.4' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:1.5.5' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:1.5.5' //必须项 👇如果您项目内已经有了这项不用加也可以 implementation 'androidx.appcompat:appcompat:1.3.0' // 至少在1.3.0及以上 //非必须项 👇,如果你想自定义切面需要用到,⚠️支持Java和Kotlin代码写的切面 - ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:1.5.4' + ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:1.5.5' //非必须项 👇,如果你想自定义切面需要用到,⚠️只适用于Java代码写的切面 - annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:1.5.4' + annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:1.5.5' //⚠️上边的 android-aop-ksp 和 android-aop-processor 二选一 } ``` diff --git a/README_EN.md b/README_EN.md index a3e94ed9..689085c7 100644 --- a/README_EN.md +++ b/README_EN.md @@ -60,7 +60,7 @@ Add directly to ```build.gradle``` of **app** //Required items 👇 plugins { ... - id "io.github.FlyJingFish.AndroidAop.android-aop" version "1.5.4" + id "io.github.FlyJingFish.AndroidAop.android-aop" version "1.5.5" } ``` @@ -85,7 +85,7 @@ plugins { buildscript { dependencies { //Required items 👇 - classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:1.5.4' + classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:1.5.5' } } ``` @@ -137,12 +137,12 @@ plugins { dependencies { //Required items 👇 - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:1.5.4' - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:1.5.4' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:1.5.5' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:1.5.5' //Optional 👇, if you want to customize aspects, you need to use them, ⚠️supports aspects written in Java and Kotlin code - ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:1.5.4' + ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:1.5.5' //Optional 👇, if you want to customize aspects, you need to use them, ⚠️only applies to aspects written in Java code - annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:1.5.4' + annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:1.5.5' //⚠️Choose one of the above android-aop-ksp and android-aop-processor } ``` diff --git a/gradle.properties b/gradle.properties index 8d552036..b9736c03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,7 +40,7 @@ DEVELOPER_ID=FlyJingFish DEVELOPER_NAME=FlyJingFish DEVELOPER_EMAIL=749617782@qq.com -TestVersion = 1.5.4 +TestVersion = 1.5.5 SonatypeTestCode = 1395 TestType = 0 # 0 mavenLocal 1 SonatypeCache 2 mavenCentral diff --git a/version.properties b/version.properties index 9b2cac21..e3686175 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Mon Apr 08 17:23:03 CST 2024 -PROJ_VERSION=1.5.4 +#Mon Apr 15 13:58:53 CST 2024 +PROJ_VERSION=1.5.5