scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

Readme updated: compile replaced with implementation #89

Closed natiginfo closed 5 years ago

natiginfo commented 5 years ago

Compile is deprecated and replaced with implementation.