File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -369,8 +369,6 @@ addView : 为SnackBar添加布局
369369 ```
370370
371371> - ** SP相关→[ SPUtils.java] [ sp.java ] →[ Test] [ sp.test ] **
372-
373-
374372 ```
375373SPUtils : SPUtils构造函数
376374putString : SP中写入String类型value
@@ -473,7 +471,7 @@ getEntries : 获取压缩文件中的文件对象
473471***
474472Gradle:
475473``` groovy
476- compile 'com.blankj:utilcode:1.3.0 '
474+ compile 'com.blankj:utilcode:1.3.1 '
477475```
478476
479477### Proguard
@@ -569,7 +567,7 @@ limitations under the License.
569567[ size.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SizeUtils.java
570568
571569[ snackbar.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SnackbarUtils.java
572-
570+ https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SnackBarUtils.java
573571[ sp.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/SPUtils.java
574572[ sp.test ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/SPUtilsTest.java
575573
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ getEntries
473473***
474474Gradle:
475475``` groovy
476- compile 'com.blankj:utilcode:1.3.0 '
476+ compile 'com.blankj:utilcode:1.3.1 '
477477```
478478
479479### Proguard
You can’t perform that action at this time.
0 commit comments