Skip to content

Commit 7097ffe

Browse files
committed
升级版本
1 parent 7f04d01 commit 7097ffe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
buildscript {
3434
dependencies {
3535
//必须项 👇
36-
classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.8'
36+
classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.9'
3737
}
3838
}
3939
```
@@ -142,7 +142,7 @@ b、如果 ```lib-login``` 也已经引入过 ```communication.export``` 插件
142142
```gradle
143143
dependencies {
144144
//必须项 👇(可以直接放在公共 module)
145-
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.8'
145+
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.9'
146146
}
147147
```
148148

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DEVELOPER_ID=FlyJingFish
3434
DEVELOPER_NAME=FlyJingFish
3535
DEVELOPER_EMAIL=749617782@qq.com
3636

37-
TestVersion = 1.0.8
37+
TestVersion = 1.0.9
3838
SonatypeTestCode = 1332
3939
TestType = 0
4040

module-communication-plugin/src/main/kotlin/com/flyjingfish/module_communication_plugin/LibVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.flyjingfish.module_communication_plugin
22

33
object LibVersion {
4-
const val version = "1.0.8"
4+
const val version = "1.0.9"
55
const val buildDir = "communication"
66
const val pathName = "java"
77
const val resName = "res"

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Jan 22 17:52:13 CST 2024
2-
PROJ_VERSION=1.0.8
1+
#Mon Jan 22 18:45:59 CST 2024
2+
PROJ_VERSION=1.0.9

0 commit comments

Comments
 (0)