File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
module-communication-plugin/src/main/kotlin/com/flyjingfish/module_communication_plugin Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333buildscript {
3434 dependencies {
3535 //必须项 👇
36- classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.6 '
36+ classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.7 '
3737 }
3838}
3939```
@@ -140,7 +140,7 @@ b、如果 ```lib-login``` 也已经引入过 ```communication.export``` 插件
140140``` gradle
141141dependencies {
142142 //必须项 👇(可以直接放在公共 module)
143- implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.6 '
143+ implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.7 '
144144}
145145```
146146
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ DEVELOPER_ID=FlyJingFish
3434DEVELOPER_NAME =FlyJingFish
3535DEVELOPER_EMAIL =749617782@qq.com
3636
37- TestVersion = 1.0.6
37+ TestVersion = 1.0.7
3838SonatypeTestCode = 1332
3939TestType = 0
4040
Original file line number Diff line number Diff line change 11package com.flyjingfish.module_communication_plugin
22
33object LibVersion {
4- const val version = " 1.0.6 "
4+ const val version = " 1.0.7 "
55 const val buildDir = " communication"
66 const val pathName = " java"
77 const val resName = " res"
Original file line number Diff line number Diff line change 1- # Sat Jan 20 22:43:04 CST 2024
2- PROJ_VERSION =1.0.6
1+ # Sun Jan 21 01:10:46 CST 2024
2+ PROJ_VERSION =1.0.7
You can’t perform that action at this time.
0 commit comments