Skip to content

Commit

Permalink
release 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Apr 14, 2023
1 parent f33c593 commit c9d2e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.3-blue.svg" align=left />
<img src="https://img.shields.io/badge/drouter--api-2.4.5-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.4.3" // Router、Service
api "io.github.didi:drouter-api:2.4.5" // 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 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.4.3'
version = '2.4.5'
// latest test version: 2.1.0.0.0.1

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

0 comments on commit c9d2e9f

Please sign in to comment.