From 7ae29738eeacb9866a8c31b811312785e892156b Mon Sep 17 00:00:00 2001 From: hedex Date: Fri, 22 Sep 2017 10:08:56 +0800 Subject: [PATCH] update release version Signed-off-by: hedex --- README-zh.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index 46a0d021..ca843165 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,6 +1,6 @@ # Robust - [![Release Version](https://api.bintray.com/packages/meituan/maven/com.meituan.robust:autopatchbase/images/download.svg)](https://github.com/Meituan-Dianping/Robust/releases) + [![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.7) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.7/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) @@ -126,7 +126,7 @@ Robust补丁自动化,为Robust自动生成补丁,使用者只需要提交 7. 将补丁文件copy到手机上: ```java - adb push /Users/zhangmeng/Desktop/code/robust/app/build/outputs/robust/patch.jar /sdcard/robust/patch.jar + adb push ~/Desktop/code/robust/app/build/outputs/robust/patch.jar /sdcard/robust/patch.jar ``` 手机上补丁的路径是`PatchManipulateImp`中指定的 8. 打开App,点击Patch按钮就会加载补丁。 diff --git a/README.md b/README.md index c88cb66a..d5265a0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Robust -[![Release Version](https://api.bintray.com/packages/meituan/maven/com.meituan.robust:autopatchbase/images/download.svg)](https://github.com/Meituan-Dianping/Robust/releases) +[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.7) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.7/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)