Skip to content

Commit

Permalink
1、升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Dec 4, 2023
1 parent fab01f3 commit a1d7c72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
buildscript {
dependencies {
//必须项 👇
classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:1.1.3'
classpath 'io.github.FlyJingFish.AndroidAop:android-aop-plugin:1.1.4'
}
}
plugins {
Expand Down Expand Up @@ -71,12 +71,12 @@ plugins {
dependencies {
//必须项 👇
implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:1.1.3'
implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:1.1.3'
implementation 'io.github.FlyJingFish.AndroidAop:android-aop-core:1.1.4'
implementation 'io.github.FlyJingFish.AndroidAop:android-aop-annotation:1.1.4'
//非必须项 👇,如果你想自定义切面需要用到,⚠️支持Java和Kotlin代码写的切面
ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:1.1.3'
ksp 'io.github.FlyJingFish.AndroidAop:android-aop-ksp:1.1.4'
//非必须项 👇,如果你想自定义切面需要用到,⚠️只适用于Java代码写的切面
annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:1.1.3'
annotationProcessor 'io.github.FlyJingFish.AndroidAop:android-aop-processor:1.1.4'
//⚠️上边的 android-aop-ksp 和 android-aop-processor 二选一
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ DEVELOPER_ID=FlyJingFish
DEVELOPER_NAME=FlyJingFish
DEVELOPER_EMAIL=[email protected]

TestVersion = 1.1.3
TestVersion = 1.1.4
SonatypeTestCode = 1297
LocalTest = true
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sat Dec 02 14:36:37 CST 2023
PROJ_VERSION=1.1.3
#Mon Dec 04 14:55:20 CST 2023
PROJ_VERSION=1.1.4

0 comments on commit a1d7c72

Please sign in to comment.