Skip to content

Commit

Permalink
Give me ur Pull Request. ლ(╹◡╹ლ )
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Oct 31, 2016
1 parent 7392785 commit 3a70360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ addView : 为SnackBar添加布局
```

> - **SP相关→[SPUtils.java][sp.java][Test][sp.test]**

```
SPUtils : SPUtils构造函数
putString : SP中写入String类型value
Expand Down Expand Up @@ -473,7 +471,7 @@ getEntries : 获取压缩文件中的文件对象
***
Gradle:
``` groovy
compile 'com.blankj:utilcode:1.3.0'
compile 'com.blankj:utilcode:1.3.1'
```

### Proguard
Expand Down Expand Up @@ -569,7 +567,7 @@ limitations under the License.
[size.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SizeUtils.java

[snackbar.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SnackbarUtils.java

https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SnackBarUtils.java
[sp.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SPUtils.java
[sp.test]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/SPUtilsTest.java

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ getEntries
***
Gradle:
``` groovy
compile 'com.blankj:utilcode:1.3.0'
compile 'com.blankj:utilcode:1.3.1'
```

### Proguard
Expand Down

0 comments on commit 3a70360

Please sign in to comment.