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

Android Canary 3.6 not building #105

Open ArcherEmiya05 opened 5 years ago

ArcherEmiya05 commented 5 years ago

After thinking what is the root cause for a gradle build to fail. I suddenly remember your user name scottyab as I look to the error log and I believe that this is related to some of your repo.

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform artifact 'aes-crypto.aar (com.scottyab:aes-crypto:0.0.5)' to match attributes {artifactType=jar}.

SamIAmHarris commented 5 years ago

I am also getting this issue on Android Studio 3.6 Beta. I tried clearing out gradle caches but that didn't fix it.

Metalingus commented 4 years ago

Same thing for Android Studio 4.0 preview

scottyab commented 4 years ago

Sorry to hear that. Gonna be prompting this more actively but please switch away from secure-preferences to AndroidX Security I wrote a short blog intro to it here -> https://scottyab.com/2019/10/androidx-security-library/