Skip to content

Commit

Permalink
update version to 0.4.5
Browse files Browse the repository at this point in the history
Signed-off-by: hedex <hedexmail@gmail.com>
  • Loading branch information
hedex committed Jun 12, 2017
1 parent baece2a commit 75e3412
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

手机系统版本:如:Android 5.0 (如是编译异常,则可以不填)

Robust版本:如:0.4.2
Robust版本:如:0.4.5

Gradle版本:如:2.10

Expand Down
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.2'
compile 'com.meituan.robust:robust:0.4.5'
```
2. 在整个项目的build.gradle加入classpath
Expand All @@ -39,8 +39,8 @@
jcenter()
}
dependencies {
classpath 'com.meituan.robust:gradle-plugin:0.4.2'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.2'
classpath 'com.meituan.robust:gradle-plugin:0.4.5'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.5'
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
compile 'com.meituan.robust:robust:0.4.5'
```
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.2'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.2'
classpath 'com.meituan.robust:gradle-plugin:0.4.5'
classpath 'com.meituan.robust:auto-patch-plugin:0.4.5'
}
}
```
Expand Down

0 comments on commit 75e3412

Please sign in to comment.