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

Create tag 0.1.7 #86

Closed franmontiel closed 5 years ago

franmontiel commented 5 years ago

There was a bug on 0.1.6 that has been solved but there is no release of a new version and we need to rely on -SNAPSHOT to use the dependency (as for some reason the build of a particular commit do not work on JitPack).

If you can create a tag for this bugfix we can avoid relying on SNAPSHOT builds that can make our app prone to failure due to future changes.

Thanks for your great work with the library

scottyab commented 5 years ago

Done #94 Thanks for the feedback