From 75e3412f1a3fc742ff2300ed8536e834e253643a Mon Sep 17 00:00:00 2001 From: hedex Date: Mon, 12 Jun 2017 16:56:57 +0800 Subject: [PATCH] update version to 0.4.5 Signed-off-by: hedex --- .github/ISSUE_TEMPLATE.md | 2 +- README-zh.md | 6 +++--- README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7ad52302..d89d1058 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ 手机系统版本:如:Android 5.0 (如是编译异常,则可以不填) -Robust版本:如:0.4.2 +Robust版本:如:0.4.5 Gradle版本:如:2.10 diff --git a/README-zh.md b/README-zh.md index 3c254bc3..e58dec73 100644 --- a/README-zh.md +++ b/README-zh.md @@ -28,7 +28,7 @@ apply plugin: 'robust' - compile 'com.meituan.robust:robust:0.4.2' + compile 'com.meituan.robust:robust:0.4.5' ``` 2. 在整个项目的build.gradle加入classpath @@ -39,8 +39,8 @@ jcenter() } dependencies { - classpath 'com.meituan.robust:gradle-plugin:0.4.2' - classpath 'com.meituan.robust:auto-patch-plugin:0.4.2' + classpath 'com.meituan.robust:gradle-plugin:0.4.5' + classpath 'com.meituan.robust:auto-patch-plugin:0.4.5' } } ``` diff --git a/README.md b/README.md index b849709b..67147f95 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Robust is an Android HotFix solution with high compatibility and high stability. //please uncomment fellow line before you build a patch //apply plugin: 'auto-patch-plugin' apply plugin: 'robust' - compile 'com.meituan.robust:robust:0.4.2' + compile 'com.meituan.robust:robust:0.4.5' ``` 2. Add below codes in the outest project's build.gradle file. @@ -36,8 +36,8 @@ Robust is an Android HotFix solution with high compatibility and high stability. jcenter() } dependencies { - classpath 'com.meituan.robust:gradle-plugin:0.4.2' - classpath 'com.meituan.robust:auto-patch-plugin:0.4.2' + classpath 'com.meituan.robust:gradle-plugin:0.4.5' + classpath 'com.meituan.robust:auto-patch-plugin:0.4.5' } } ```