Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Sep 12, 2024
1 parent 99fea45 commit 51f3ef4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
buildscript {
dependencies {
//必须项 👇
classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.2.8'
classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.2.9'
}
}
```
Expand Down Expand Up @@ -163,7 +163,7 @@ b、如果 ```lib-login``` 也没有引入过 ```communication.export``` 插件
```gradle
dependencies {
//必须项 👇(可以直接放在公共 module)
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.2.8'
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.2.9'
}
```

Expand Down Expand Up @@ -279,9 +279,9 @@ communicationConfig{
```gradle
dependencies {
//使用拦截器(不是必须的)
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-intercept:1.2.8'
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-intercept:1.2.9'
//使用路径的方式跳转才需要 (不是必须的)
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-route:1.2.8'
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-route:1.2.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DEVELOPER_ID=FlyJingFish
DEVELOPER_NAME=FlyJingFish
DEVELOPER_EMAIL=749617782@qq.com

TestVersion = 1.2.8
TestVersion = 1.2.9
SonatypeTestCode = 1332
TestType = 0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.flyjingfish.module_communication_plugin

object LibVersion {
const val version = "1.2.8"
const val version = "1.2.9"
const val buildDir = "communication"
const val pathName = "java"
const val resName = "res"
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Jul 29 18:46:24 CST 2024
PROJ_VERSION=1.2.8
#Thu Sep 12 11:15:28 CST 2024
PROJ_VERSION=1.2.9

0 comments on commit 51f3ef4

Please sign in to comment.