File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77手机系统版本:如: Android 5.0 (如是编译异常,则可以不填)
88
9- Robust版本:如:0.4.2
9+ Robust版本:如:0.4.5
1010
1111Gradle版本:如:2.10
1212
Original file line number Diff line number Diff line change 2828 apply plugin: 'robust'
2929
3030
31- compile 'com.meituan.robust:robust:0.4.2 '
31+ compile 'com.meituan.robust:robust:0.4.5 '
3232
3333 ```
3434 2 . 在整个项目的build.gradle加入classpath
3939 jcenter()
4040 }
4141 dependencies {
42- classpath 'com.meituan.robust:gradle-plugin:0.4.2 '
43- classpath 'com.meituan.robust:auto-patch-plugin:0.4.2 '
42+ classpath 'com.meituan.robust:gradle-plugin:0.4.5 '
43+ classpath 'com.meituan.robust:auto-patch-plugin:0.4.5 '
4444 }
4545 }
4646 ```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Robust is an Android HotFix solution with high compatibility and high stability.
2626 //please uncomment fellow line before you build a patch
2727 //apply plugin: 'auto-patch-plugin'
2828 apply plugin: 'robust'
29- compile 'com.meituan.robust:robust:0.4.2 '
29+ compile 'com.meituan.robust:robust:0.4.5 '
3030 ```
31312 . Add below codes in the outest project's build.gradle file.
3232
@@ -36,8 +36,8 @@ Robust is an Android HotFix solution with high compatibility and high stability.
3636 jcenter()
3737 }
3838 dependencies {
39- classpath 'com.meituan.robust:gradle-plugin:0.4.2 '
40- classpath 'com.meituan.robust:auto-patch-plugin:0.4.2 '
39+ classpath 'com.meituan.robust:gradle-plugin:0.4.5 '
40+ classpath 'com.meituan.robust:auto-patch-plugin:0.4.5 '
4141 }
4242 }
4343 ```
You can’t perform that action at this time.
0 commit comments