Skip to content

Commit

Permalink
release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Jun 13, 2022
1 parent a5bff08 commit 750d85d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div align="center">
<img src="https://img.shields.io/badge/license-Apache2.0-brightgreen.svg" align=left />
<img src="https://img.shields.io/badge/drouter--plugin--proxy-1.0.2-red.svg" align=left />
<img src="https://img.shields.io/badge/drouter--api-2.3.0-blue.svg" align=left />
<img src="https://img.shields.io/badge/drouter--api-2.3.1-blue.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>
<br/>
Expand Down Expand Up @@ -56,7 +56,7 @@ Process | 跨进程访问Router、Service,共享内存
``` java
/** 最新版本 **/
classpath "io.github.didi:drouter-plugin-proxy:1.0.2"
api "io.github.didi:drouter-api:2.3.0" // Router、Service
api "io.github.didi:drouter-api:2.3.1" // Router、Service
api "io.github.didi:drouter-api-page:1.0.0" // Page
api "io.github.didi:drouter-api-process:1.0.0" // Process
```
Expand Down
2 changes: 1 addition & 1 deletion demo-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

api project(':drouter-api-page')
api project(':drouter-api-process')
// api 'io.github.didi:drouter-api:2.3.0'
// api 'io.github.didi:drouter-api:2.3.1'
// api 'io.github.didi:drouter-api-page:1.0.0'
// api 'io.github.didi:drouter-api-process:1.0.0'

Expand Down
2 changes: 1 addition & 1 deletion drouter-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ task sourcesJar(type: Jar) {
from android.sourceSets.main.java.source
}

version = '2.3.0'
version = '2.3.1'
// latest test version: 2.1.0.0.0.1

if (file("${rootProject.projectDir}/upload-maven.gradle").exists()) {
Expand Down

0 comments on commit 750d85d

Please sign in to comment.