Open tdrp opened 3 years ago
If the package is never migrated to mavenCentral, you can still get it using JitPack, see https://jitpack.io/#adorsys/secure-storage-android
If the package is never migrated to mavenCentral, you can still get it using JitPack, see https://jitpack.io/#adorsys/secure-storage-android
When I try to use it through JitPack, I'm getting error:
java.lang.NoSuchMethodError: No static method getIntValue(Landroid/content/Context;Ljava/lang/String;I)I in class Lde/adorsys/android/securestoragelibrary/SecurePreferences; or its super classes (declaration of ‘de.adorsys.android.securestoragelibrary.SecurePreferences’ appears in /data/app/~~9novM7kxzwGuHtlbYnOlDQ==/com.libertytaxapp-bTj-V5YTi5ob2i-znHed1g==/base.apk!classes11.dex)
So it's possible to use it just through jCenter.
actual issue
Hello - per the Android studio warnings, jCenter is now deprecated and apparently will soon be taken down.
I tried to remove it and switch to mavenCentral and this was the only package that was causing an error: Could not find de.adorsys.android:securestoragelibrary:1.2.4. Could not find de.adorsys.android:securestoragelibrary:1.2.2.
Can you please publish the package there as well?