secure-storage-android
secure-storage-android copied to clipboard
Jcenter is failed
implementation("de.adorsys.android:securestoragelibrary:1.2.4") Jcenter is failed. , I use this project in android application
but in jetpack actually only 0.0.2
Same issue here, did you maybe find a solution to this, @TonyLead ?
Hey, this project is deprecated and not actively maintained any more
For anyone who this might help... to fix project dependencies I was successful by thusly updating repositories config in build.gradle(:app) :
repositories {
maven { url "https://artifactory.appodeal.com/appodeal-public/" }
}