diff --git a/README.md b/README.md index ed3a5626..92dac121 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ plugins { //必须项 👇 apply 设置为 true 自动为所有module“预”配置debugMode,false则按下边步骤五的方式二 - id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.4" apply true + id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.5" apply true } ``` @@ -83,7 +83,7 @@ plugins { buildscript { dependencies { //必须项 👇 - classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:2.0.4' + classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:2.0.5' } } // 👇加上这句自动为所有module“预”配置debugMode,不加则按下边步骤五的方式二 @@ -122,7 +122,7 @@ apply plugin: 'android.aop' //最好放在最后一行 //必须项 👇 plugins { ... - id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.4"//最好放在最后一行 + id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.5"//最好放在最后一行 } ``` @@ -148,17 +148,17 @@ plugins { dependencies { //必须项 👇 - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:2.0.4' - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:2.0.4' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:2.0.5' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:2.0.5' //必须项 👇如果您项目内已经有了这项不用加也可以 implementation 'androidx.appcompat:appcompat:1.3.0' // 至少在1.3.0及以上 //非必须项 👇,如果你想自定义切面需要用到,⚠️支持Java和Kotlin代码写的切面 - ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:2.0.4' + ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:2.0.5' //非必须项 👇,如果你想自定义切面需要用到,⚠️只适用于Java代码写的切面 - annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:2.0.4' + annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:2.0.5' //⚠️上边的 android-aop-ksp 和 android-aop-processor 二选一 } ``` diff --git a/README_EN.md b/README_EN.md index 27adea10..c383347f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -69,7 +69,7 @@ Using the **plugins DSL**: plugins { //Required item 👇 apply is set to true to automatically apply debugMode to all modules, if false, follow step 5 below. - id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.4" apply true + id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.5" apply true } ``` @@ -80,7 +80,7 @@ plugins { buildscript { dependencies { //Required items 👇 - classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:2.0.4' + classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:2.0.5' } } //👇Add this sentence to automatically apply debugMode to all modules. If not, follow step 5 below. @@ -119,7 +119,7 @@ Add directly to ```build.gradle``` of **app** //Required items 👇 plugins { ... - id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.4" + id "io.github.FlyJingFish.AndroidAop.android-aop" version "2.0.5" } ``` @@ -149,16 +149,16 @@ plugins { dependencies { //Required items 👇 - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:2.0.4' - implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:2.0.4' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:2.0.5' + implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:2.0.5' //Required item 👇If you already have this item in your project, you don’t need to add it. implementation 'androidx.appcompat:appcompat:1.3.0' // At least in 1.3.0 and above //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:2.0.4' + ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:2.0.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:2.0.4' + annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:2.0.5' //⚠️Choose one of the above android-aop-ksp and android-aop-processor } ``` diff --git a/gradle.properties b/gradle.properties index 5b64cd52..802c3477 100644 --- a/gradle.properties +++ b/gradle.properties @@ -41,7 +41,7 @@ DEVELOPER_ID=FlyJingFish DEVELOPER_NAME=FlyJingFish DEVELOPER_EMAIL=749617782@qq.com -TestVersion = 2.0.4 +TestVersion = 2.0.5 SonatypeTestCode = 1395 TestType = 0 androidAop.debugMode = true diff --git a/version.properties b/version.properties index 70320307..a14a7cc5 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Mon Jul 29 17:58:26 CST 2024 -PROJ_VERSION=2.0.4 +#Wed Aug 07 18:23:22 CST 2024 +PROJ_VERSION=2.0.5