Skip to content

Commit

Permalink
update version to formal
Browse files Browse the repository at this point in the history
  • Loading branch information
KunMinX committed Apr 25, 2023
1 parent 7e8c66e commit d00da6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ MVI-Dispatcher 应运而生。
在本案例中,我将为您展示,MVI-Dispatcher 是如何将原本 "繁杂易出错" 消息分发流程,通过 **寥寥几行代码** 轻而易举完成。

```Groovy
implementation 'com.kunminx.arch:mvi-dispatch:7.4.0-beta'
implementation 'com.kunminx.arch:mvi-dispatch:7.5.0'
//可选分支,简便安全完成 Config 读写
implementation 'com.kunminx.arch:keyvalue-dispatch:7.4.0-beta'
implementation 'com.kunminx.arch:keyvalue-dispatch:7.5.0'
```

 
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ In this case, I will show you how MVI-Dispatcher can simplify the otherwise “c
 

```Groovy
implementation 'com.kunminx.arch:mvi-dispatch:7.4.0-beta'
implementation 'com.kunminx.arch:mvi-dispatch:7.5.0'
//Optional branch, easy and safe to read and write config
implementation 'com.kunminx.arch:keyvalue-dispatch:7.4.0-beta'
implementation 'com.kunminx.arch:keyvalue-dispatch:7.5.0'
```

 
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
ext {
appTargetSdk = 32
appMinSdk = 15
appVersionCode = 7040000
appVersionName = "7.4.0-beta"
appVersionCode = 7050000
appVersionName = "7.5.0"
lifecycleVersion = "2.4.1"
navigationVersion = "2.4.2"
}
Expand Down

0 comments on commit d00da6f

Please sign in to comment.