From 8de5c019686da3d839b7c78c9c52957323c26931 Mon Sep 17 00:00:00 2001 From: gaowei Date: Tue, 5 Sep 2023 12:52:12 +0800 Subject: [PATCH] release plugin 1.3.4 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09eea88..54911d0 100644 --- a/README.md +++ b/README.md @@ -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以上 /** 依赖库 **/ diff --git a/build.gradle b/build.gradle index 04b4ecf..6f8eca0 100755 --- a/build.gradle +++ b/build.gradle @@ -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