Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunzxyong committed Sep 29, 2016
1 parent dcca181 commit b2d9d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README-Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -36,7 +36,7 @@ A crash recovery framework!
<dependency>
<groupId>com.zxy.android</groupId>
<artifactId>recovery</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -113,6 +113,7 @@ public interface RecoveryCallback {
## **Update history**
`VERSION-0.0.5`——**支持静默恢复**
`VERSION-0.0.6`——**加强静默恢复模式的保护**

# **LICENSE**

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -36,7 +36,7 @@ compile 'com.zxy.android:recovery:0.0.5'
<dependency>
<groupId>com.zxy.android</groupId>
<artifactId>recovery</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -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**

Expand Down

0 comments on commit b2d9d7f

Please sign in to comment.