diff --git a/README-Chinese.md b/README-Chinese.md index ac8b989..37958ce 100644 --- a/README-Chinese.md +++ b/README-Chinese.md @@ -27,7 +27,7 @@ A crash recovery framework! **Gradle** ``` - compile 'com.zxy.android:recovery:0.0.5' + compile 'com.zxy.android:recovery:0.0.6' ``` **Maven** @@ -36,7 +36,7 @@ A crash recovery framework! com.zxy.android recovery - 0.0.5 + 0.0.6 pom ``` @@ -113,6 +113,7 @@ public interface RecoveryCallback { ## **Update history** `VERSION-0.0.5`——**支持静默恢复** +`VERSION-0.0.6`——**加强静默恢复模式的保护** # **LICENSE** diff --git a/README.md b/README.md index 8054e0f..4d5720a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A crash recovery framework! **Using Gradle** ```gradle -compile 'com.zxy.android:recovery:0.0.5' +compile 'com.zxy.android:recovery:0.0.6' ``` **Using Maven** @@ -36,7 +36,7 @@ compile 'com.zxy.android:recovery:0.0.5' com.zxy.android recovery - 0.0.5 + 0.0.6 pom ``` @@ -123,6 +123,7 @@ You can customize UI by setting these properties in your styles file: ---- ## **Update history** `VERSION-0.0.5`——**Support silent recovery** +`VERSION-0.0.6`——**Strengthen the protection of silent restore mode** # **LICENSE**