File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
module-communication-plugin/src/main/kotlin/com/flyjingfish/module_communication_plugin Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2323buildscript {
2424 dependencies {
2525 //必须项 👇
26- classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.0 '
26+ classpath 'io.github.FlyJingFish.ModuleCommunication:module-communication-plugin:1.0.1 '
2727 }
2828}
2929```
@@ -78,7 +78,7 @@ plugins {
7878``` gradle
7979dependencies {
8080 //必须项 👇(可以直接放在公共 module)
81- implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.0 '
81+ implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.0.1 '
8282}
8383```
8484
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ android.nonTransitiveRClass=true
2525
2626PROJ_GROUP =io.github.FlyJingFish.ModuleCommunication
2727PROJ_BASENAME =ModuleCommunication
28- PROJ_VERSION =1.0.0
2928
3029PROJ_WEBSITEURL =https://github.com/FlyJingFish/ModuleCommunication
3130PROJ_VCSURL =https://github.com/FlyJingFish/ModuleCommunication.git
@@ -35,7 +34,7 @@ DEVELOPER_ID=FlyJingFish
3534DEVELOPER_NAME =FlyJingFish
3635DEVELOPER_EMAIL =749617782@qq.com
3736
38- TestVersion = 1.0.0
37+ TestVersion = 1.0.1
3938SonatypeTestCode = 1332
4039TestType = 0
4140
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.0 "
4+ const val version = " 1.0.1 "
55 const val pathName = " helper"
66}
Original file line number Diff line number Diff line change 1- # Sun Dec 24 16:47:06 CST 2023
2- PROJ_VERSION =1.0.0
1+ # Thu Jan 04 23:09:33 CST 2024
2+ PROJ_VERSION =1.0.1
You can’t perform that action at this time.
0 commit comments