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

Does this library needs to update the TragetSDKversion to 26? #90

Closed i-m-aman closed 5 years ago

i-m-aman commented 5 years ago

I update the android application recently and found out that there is warning regarding targetting API 26 or above. I have already set the target SDK version to 26 but I am afraid I have to update the library those are not targetting API 26. is it so? I can't see any updates of this library regarding this.

scottyab commented 5 years ago

Resolved in #94 thanks for the question