Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: hedex <[email protected]>
  • Loading branch information
hedex committed Feb 1, 2019
1 parent 5b9631b commit 6764a48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
apply plugin: 'robust'
compile 'com.meituan.robust:robust:0.4.82'
compile 'com.meituan.robust:robust:0.4.85'
```
2. 在整个项目的build.gradle加入classpath
Expand All @@ -39,8 +39,8 @@
jcenter()
}
dependencies {
classpath 'com.meituan.robust:gradle-plugin:0.4.82'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.82'
classpath 'com.meituan.robust:gradle-plugin:0.4.85'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.85'
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Robust

[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.82) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.82/link)
[![Download](https://api.bintray.com/packages/meituan/maven/com.meituan.robust%3Apatch/images/download.svg?version=0.4.85) ](https://bintray.com/meituan/maven/com.meituan.robust%3Apatch/0.4.85/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)

Expand All @@ -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.82'
compile 'com.meituan.robust:robust:0.4.85'
```
2. Add below codes in the outest project's build.gradle file.

Expand All @@ -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.82'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.82'
classpath 'com.meituan.robust:gradle-plugin:0.4.85'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.85'
}
}
```
Expand Down

0 comments on commit 6764a48

Please sign in to comment.