From 4e21a9410ec56dc597d27e3d1b32599530cf1ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=93=E5=8B=87?= Date: Mon, 22 Oct 2018 22:15:42 +0800 Subject: [PATCH] update RM. --- README-Chinese.md | 9 +++++---- README.md | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README-Chinese.md b/README-Chinese.md index 2d36fba..25c3b02 100644 --- a/README-Chinese.md +++ b/README-Chinese.md @@ -27,14 +27,14 @@ A crash recovery framework! **Gradle** ``` - implementation 'com.zxy.android:recovery:0.1.6' + implementation 'com.zxy.android:recovery:1.0.0' ``` 或者 ```gradle - debugImplementation 'com.zxy.android:recovery:0.1.6' - releaseImplementation 'com.zxy.android:recovery-no-op:0.1.6' + debugImplementation 'com.zxy.android:recovery:1.0.0' + releaseImplementation 'com.zxy.android:recovery-no-op:1.0.0' ``` @@ -44,7 +44,7 @@ A crash recovery framework! com.zxy.android recovery - 0.1.6 + 1.0.0 pom ``` @@ -139,6 +139,7 @@ public interface RecoveryCallback { * `VERSION-0.1.4`——**更新默认主题.** * `VERSION-0.1.5`——**fix 8.0+ hook bug** * `VERSION-0.1.6`——**update** +* `VERSION-1.0.0`——**修复8.0上兼容性问题** # **LICENSE** diff --git a/README.md b/README.md index ac65244..44aa82a 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ A crash recovery framework! **Using Gradle** ```gradle - implementation 'com.zxy.android:recovery:0.1.6' + implementation 'com.zxy.android:recovery:1.0.0' ``` or ```gradle - debugImplementation 'com.zxy.android:recovery:0.1.6' - releaseImplementation 'com.zxy.android:recovery-no-op:0.1.6' + debugImplementation 'com.zxy.android:recovery:1.0.0' + releaseImplementation 'com.zxy.android:recovery-no-op:1.0.0' ``` @@ -44,7 +44,7 @@ or com.zxy.android recovery - 0.1.6 + 1.0.0 pom ``` @@ -149,6 +149,7 @@ You can customize UI by setting these properties in your styles file: * `VERSION-0.1.4`——**update default theme** * `VERSION-0.1.5`——**fix 8.0+ hook bug** * `VERSION-0.1.6`——**update** +* `VERSION-1.0.0`——**Fix 8.0 compatibility issue** # **LICENSE**