File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
module-communication-plugin/src/main/kotlin/com/flyjingfish/module_communication_plugin Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 5151buildscript {
5252 dependencies {
5353 //必须项 👇
54- classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.1.6 '
54+ classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.1.7 '
5555 }
5656}
5757```
@@ -163,7 +163,7 @@ b、如果 ```lib-login``` 也没有引入过 ```communication.export``` 插件
163163``` gradle
164164dependencies {
165165 //必须项 👇(可以直接放在公共 module)
166- implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.1.6 '
166+ implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.1.7 '
167167}
168168```
169169
@@ -268,17 +268,20 @@ communicationConfig{
268268
269269#### 4⃣️、路由注解
270270
271+ ** 更多详细用法[ 点此查看] ( https://github.com/FlyJingFish/LightRouter ) **
272+
271273- @Route 路由页面
272274
273275- @RouteParams 路由页面参数
274276
277+
275278//👇👇👇这两个库都需要 [ AndroidAOP] ( https://github.com/FlyJingFish/AndroidAOP ) 提供支持,详细使用方式下文有介绍
276279``` gradle
277280dependencies {
278281 //使用拦截器(不是必须的)
279- implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-intercept:1.1.6 '
282+ implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-intercept:1.1.7 '
280283 //使用路径的方式跳转才需要 (不是必须的)
281- implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-route:1.1.6 '
284+ implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-route:1.1.7 '
282285}
283286```
284287
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ DEVELOPER_ID=FlyJingFish
3535DEVELOPER_NAME =FlyJingFish
36363737
38- TestVersion = 1.1.6
38+ TestVersion = 1.1.7
3939SonatypeTestCode = 1332
4040TestType = 0
4141
Original file line number Diff line number Diff line change 11package com.flyjingfish.module_communication_plugin
22
33object LibVersion {
4- const val version = " 1.1.6 "
4+ const val version = " 1.1.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- # Mon May 20 15:58:15 CST 2024
2- PROJ_VERSION =1.1.6
1+ # Tue May 21 11:29:17 CST 2024
2+ PROJ_VERSION =1.1.7
You can’t perform that action at this time.
0 commit comments