Skip to content

Commit

Permalink
update RM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunzxyong committed Oct 22, 2018
1 parent 204145e commit 4e21a94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README-Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```


Expand All @@ -44,7 +44,7 @@ A crash recovery framework!
<dependency>
<groupId>com.zxy.android</groupId>
<artifactId>recovery</artifactId>
<version>0.1.6</version>
<version>1.0.0</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -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**

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```


Expand All @@ -44,7 +44,7 @@ or
<dependency>
<groupId>com.zxy.android</groupId>
<artifactId>recovery</artifactId>
<version>0.1.6</version>
<version>1.0.0</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -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**

Expand Down

0 comments on commit 4e21a94

Please sign in to comment.