hawk icon indicating copy to clipboard operation
hawk copied to clipboard

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

Open RexProg opened this issue 6 years ago • 3 comments

new Encryption()....

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

RexProg avatar Jul 08 '18 14:07 RexProg

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.

jhowcs avatar Jul 23 '18 23:07 jhowcs

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

easazade avatar Oct 28 '18 12:10 easazade

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

crackthecodeabhi avatar Nov 02 '18 15:11 crackthecodeabhi