From 0b193972582211d3f31d78363ad9346b000e4d69 Mon Sep 17 00:00:00 2001 From: hedex Date: Wed, 17 Jan 2018 15:45:29 +0800 Subject: [PATCH] update readme Signed-off-by: hedex --- .github/ISSUE_TEMPLATE.md | 2 +- README-zh.md | 8 ++++---- README.md | 8 ++++---- build.gradle | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e3eef346..c018a15e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ 手机系统版本:如:Android 5.0 (如是编译异常,则可以不填) -Robust版本:如:0.4.72 +Robust版本:如:0.4.75 Gradle版本:如:2.10 diff --git a/README-zh.md b/README-zh.md index 4fa371ea..684fbf85 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,6 +1,6 @@ # Robust - [![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.72) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.72/link) + [![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.75) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.75/link) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Meituan-Dianping/Robust/pulls) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/Meituan-Dianping/Robust/master/LICENSE) @@ -28,7 +28,7 @@ apply plugin: 'robust' - compile 'com.meituan.robust:robust:0.4.72' + compile 'com.meituan.robust:robust:0.4.75' ``` 2. 在整个项目的build.gradle加入classpath @@ -39,8 +39,8 @@ jcenter() } dependencies { - classpath 'com.meituan.robust:gradle-plugin:0.4.72' - classpath 'com.meituan.robust:auto-patch-plugin:0.4.72' + classpath 'com.meituan.robust:gradle-plugin:0.4.75' + classpath 'com.meituan.robust:auto-patch-plugin:0.4.75' } } ``` diff --git a/README.md b/README.md index 2950bd86..d3d15b9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Robust -[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.72) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.72/link) +[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.75) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.75/link) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Meituan-Dianping/Robust/pulls) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/Meituan-Dianping/Robust/master/LICENSE) @@ -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.72' + compile 'com.meituan.robust:robust:0.4.75' ``` 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.72' - classpath 'com.meituan.robust:auto-patch-plugin:0.4.72' + classpath 'com.meituan.robust:gradle-plugin:0.4.75' + classpath 'com.meituan.robust:auto-patch-plugin:0.4.75' } } ``` diff --git a/build.gradle b/build.gradle index 53292582..838e9383 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,8 @@ buildscript { classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.meituan.robust:gradle-plugin:0.4.74' - classpath 'com.meituan.robust:auto-patch-plugin:0.4.72' + classpath 'com.meituan.robust:gradle-plugin:0.4.75' + classpath 'com.meituan.robust:auto-patch-plugin:0.4.75' classpath 'me.tatarka:gradle-retrolambda:3.2.0' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'