Skip to content

Commit

Permalink
release plugin 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Sep 5, 2023
1 parent 58bb861 commit 8de5c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Process | 跨进程访问Router、Service,共享内存

``` java
/** 插件 **/
classpath "io.github.didi:drouter-plugin:1.3.3" // agp 1.x - 7.x
classpath "io.github.didi:drouter-plugin:1.3.4" // agp 1.x - 7.x
classpath "io.github.didi:drouter-plugin:1.4.0" // agp 8.x以上

/** 依赖库 **/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:classpath 'io.github.didi:drouter-plugin:1.3.4'kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// DRouter Plugin
classpath 'io.github.didi:drouter-plugin:1.3.4' // apg 1.x-7.x
Expand Down

0 comments on commit 8de5c01

Please sign in to comment.