Skip to content

Commit 7daf3ba

Browse files
committed
1、更新版本
1 parent dfef797 commit 7daf3ba

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
buildscript {
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
7979
dependencies {
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

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ android.nonTransitiveRClass=true
2525

2626
PROJ_GROUP=io.github.FlyJingFish.ModuleCommunication
2727
PROJ_BASENAME=ModuleCommunication
28-
PROJ_VERSION=1.0.0
2928

3029
PROJ_WEBSITEURL=https://github.com/FlyJingFish/ModuleCommunication
3130
PROJ_VCSURL=https://github.com/FlyJingFish/ModuleCommunication.git
@@ -35,7 +34,7 @@ DEVELOPER_ID=FlyJingFish
3534
DEVELOPER_NAME=FlyJingFish
3635
DEVELOPER_EMAIL=749617782@qq.com
3736

38-
TestVersion = 1.0.0
37+
TestVersion = 1.0.1
3938
SonatypeTestCode = 1332
4039
TestType = 0
4140

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.0"
4+
const val version = "1.0.1"
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 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

0 commit comments

Comments
 (0)