Skip to content

Commit

Permalink
release api 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Jul 16, 2023
1 parent f34c2ec commit 448fd55
Show file tree
Hide file tree
Showing 2 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.4.5-blue.svg" align=left />
<img src="https://img.shields.io/badge/drouter--api-2.4.6-blue.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>
<br/>
Expand Down Expand Up @@ -59,7 +59,7 @@ classpath "io.github.didi:drouter-plugin:1.3.3" // agp 1.x - 7.x
classpath "io.github.didi:drouter-plugin:1.4.0" // agp 8.x以上

/** 依赖库 **/
api "io.github.didi:drouter-api:2.4.5" // Router、Service
api "io.github.didi:drouter-api:2.4.6" // 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
4 changes: 2 additions & 2 deletions drouter-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task generateVersion {
File file = new File(buildDir, "/generated/drouter/META-INF")
file.mkdirs()
file = new File(file, "drouter")
file.text = "api-version : ${version}" + "\n" + "plugin-min-support : 1.3.1"
file.text = "api-version : ${version}" + "\n" + "plugin-min-support : 1.3.3"
}
}

Expand All @@ -55,7 +55,7 @@ task sourcesJar(type: Jar) {
from android.sourceSets.main.java.source
}

version = '2.4.5'
version = '2.4.6'

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

0 comments on commit 448fd55

Please sign in to comment.