orhanobut / hawk

✔️ Secure, simple key-value storage for Android
Apache License 2.0
3.98k stars 388 forks source link

'com.orhanobut.hawk.Encryption' is not public #219

Open RexProg opened 6 years ago

RexProg commented 6 years ago

new Encryption()....

'com.orhanobut.hawk.Encryption' is not public in 'com.orhanobut.hawk'. Cannot be accessed from outside package

jhowcs commented 6 years ago

I've been facing the same problem. In the repository the interface is "public" but on the version 2.0.1 added on my gradle file, the interface has only package access.

easazade commented 5 years ago

same problem here why is it not changed yet , it's just a modifier

crackthecodeabhi commented 5 years ago

Hi @jhowcs , it is made public in current state of repo