Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit c9d2e9f

Browse files
author
gaowei
committed
release 2.4.5
1 parent f33c593 commit c9d2e9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44
<img src="https://img.shields.io/badge/license-Apache2.0-brightgreen.svg" align=left />
55
<img src="https://img.shields.io/badge/drouter--plugin--proxy-1.0.2-red.svg" align=left />
6-
<img src="https://img.shields.io/badge/drouter--api-2.4.3-blue.svg" align=left />
6+
<img src="https://img.shields.io/badge/drouter--api-2.4.5-blue.svg" align=left />
77
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
88
</div>
99
<br/>
@@ -56,7 +56,7 @@ Process | 跨进程访问Router、Service,共享内存
5656
``` java
5757
/** 最新版本 **/
5858
classpath "io.github.didi:drouter-plugin-proxy:1.0.2"
59-
api "io.github.didi:drouter-api:2.4.3" // Router、Service
59+
api "io.github.didi:drouter-api:2.4.5" // Router、Service
6060
api "io.github.didi:drouter-api-page:1.0.0" // Page
6161
api "io.github.didi:drouter-api-process:1.0.0" // Process
6262
```

drouter-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ task sourcesJar(type: Jar) {
5555
from android.sourceSets.main.java.source
5656
}
5757

58-
version = '2.4.3'
58+
version = '2.4.5'
5959
// latest test version: 2.1.0.0.0.1
6060

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

0 commit comments

Comments
 (0)