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

Typo in method name? #15

Closed barbosa closed 9 years ago

barbosa commented 9 years ago

Would you mean destroyKeys() instead of destoryKeys()?

https://github.com/scottyab/secure-preferences/blob/master/library/src/main/java/com/securepreferences/SecurePreferences.java#L197

scottyab commented 9 years ago

Thanks for the issue.

scottyab commented 9 years ago

Fixed in v0.1.2