Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG authored Oct 6, 2016
1 parent 66de905 commit d531d7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ This is the basic usage, you can read values (specifying a defualt value or not)

Prefs.with(yourContext).writeInt(YOUR_KEY_VALUE, valueToStore);
```
**WAIT FOR THIS UNTIL JITPACK.IO UPDATES THEIR BUILD TOOLS TO 24.0.3, UNTIL THAT YOU CAN STILL USE v1.1**
You can also specify a custom name for the preferences' name:
``` java
Prefs.with(yourContext, "CUSTOM_NAME").readInt(YOUR_KEY_VALUE);
Expand Down

0 comments on commit d531d7f

Please sign in to comment.