Skip to content

Commit 8a86e4d

Browse files
committed
1、升级版本
1 parent e0855cc commit 8a86e4d

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
@@ -25,7 +25,7 @@
2525
buildscript {
2626
dependencies {
2727
//必须项 👇
28-
classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.4'
28+
classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.5'
2929
}
3030
}
3131
```
@@ -132,7 +132,7 @@ b、如果 ```lib-login``` 也已经引入过 ```communication.export``` 插件
132132
```gradle
133133
dependencies {
134134
//必须项 👇(可以直接放在公共 module)
135-
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.4'
135+
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.5'
136136
}
137137
```
138138

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.4
37+
TestVersion = 1.0.5
3838
SonatypeTestCode = 1332
3939
TestType = 0
4040

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

33
object LibVersion {
4-
const val version = "1.0.4"
4+
const val version = "1.0.5"
55
const val pathName = "helper"
66
}

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Sun Jan 14 21:35:12 CST 2024
2-
PROJ_VERSION=1.0.4
1+
#Mon Jan 15 19:19:05 CST 2024
2+
PROJ_VERSION=1.0.5

0 commit comments

Comments
 (0)