Skip to content

Commit 4141bca

Browse files
committed
Fix typo in preference name
1 parent 5c03146 commit 4141bca

File tree

1 file changed

+1
-1
lines changed
  • utilcode/src/main/java/com/blankj/utilcode/utils

1 file changed

+1
-1
lines changed

utilcode/src/main/java/com/blankj/utilcode/utils/SPUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private SPUtils() {
2121
* SP的name值
2222
* <p>可通过修改PREFERENCE_NAME变量修改SP的name值</p>
2323
*/
24-
public static String PREFERENCE_NAME = "ANCROID_UTIL_CODE";
24+
public static String PREFERENCE_NAME = "ANDROID_UTIL_CODE";
2525

2626
/**
2727
* SP中写入String类型value

0 commit comments

Comments
 (0)