Skip to content

Commit 75e3412

Browse files
committed
update version to 0.4.5
Signed-off-by: hedex <hedexmail@gmail.com>
1 parent baece2a commit 75e3412

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
Robust版本:如:0.4.2
9+
Robust版本:如:0.4.5
1010

1111
Gradle版本:如:2.10
1212

README-zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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
@@ -39,8 +39,8 @@
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
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
3131
2. 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
```

0 commit comments

Comments
 (0)