Skip to content

Commit

Permalink
fix reade.me
Browse files Browse the repository at this point in the history
Signed-off-by: hedex <hedexmail@gmail.com>
  • Loading branch information
hedex committed Jun 26, 2019
1 parent 3b9add4 commit fa75ee7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ 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'
<<<<<<< HEAD

compile 'com.meituan.robust:robust:0.4.90'
=======
compile 'com.meituan.robust:robust:0.4.88'
>>>>>>> cda1436c8efb95395625bddb65868a96767f9461
```

2. Add below codes in the outest project's build.gradle file.

```java
Expand All @@ -40,13 +37,8 @@ Robust is an Android HotFix solution with high compatibility and high stability.
jcenter()
}
dependencies {
<<<<<<< HEAD
classpath 'com.meituan.robust:gradle-plugin:0.4.90'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.90'
=======
classpath 'com.meituan.robust:gradle-plugin:0.4.88'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.88'
>>>>>>> cda1436c8efb95395625bddb65868a96767f9461
}
}
```
Expand Down

0 comments on commit fa75ee7

Please sign in to comment.