From ed2e90e09b1a5b165a14c968cc132bbca2d0f549 Mon Sep 17 00:00:00 2001 From: shaobin0604 Date: Mon, 14 Jan 2019 10:46:23 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=AE=8C=E5=96=84=20README=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加对 VirtualAPK 的参考说明 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c67314..9e4de30 100755 --- a/README.md +++ b/README.md @@ -199,7 +199,8 @@ Apache License 2.0, part MIT. See the [LICENSE](LICENSE) file for details. | [Maven][6] | [Apache License](https://github.com/apache/maven/blob/master/LICENSE) | 依赖库版本比较 | | [jsemver][7] | [MIT License](https://github.com/zafarkhaja/jsemver/blob/master/LICENSE) | 依赖库版本比较 | | [Atlas][1] | [Apache License](https://github.com/alibaba/atlas/blob/master/LICENSE) | 首次加载插件提速 jar 包及 so 库 | -| [RePlugin][4] | [Apache License](https://github.com/Qihoo360/RePlugin/blob/master/LICENSE) | gradle plugin 快速部署插件到宿主
反射工具类 ReflectUtils | +| [RePlugin][4] | [Apache License](https://github.com/Qihoo360/RePlugin/blob/master/LICENSE) | Gradle Plugin 快速部署插件到宿主
反射工具类 ReflectUtils | +| [VirtualApk][8] | [Apache License](https://github.com/didi/VirtualAPK/blob/master/LICENSE) | 构建 Gradle Plugin 对 Gradle 4.x + Android Gradle Plugin 3.x 的兼容处理 | [1]: https://github.com/alibaba/atlas "Atlas" [2]: https://github.com/wequick/Small "Small" @@ -208,3 +209,4 @@ Apache License 2.0, part MIT. See the [LICENSE](LICENSE) file for details. [5]: https://github.com/ManbangGroup/Phantom "Phantom" [6]: https://github.com/apache/maven "Maven" [7]: https://github.com/zafarkhaja/jsemver "jsemver" +[8]: https://github.com/didi/VirtualAPK "VirtualAPK"