adorsys / secure-storage-android

Store strings & credentials securely encrypted on your device
Apache License 2.0
367 stars 58 forks source link

Please publish package to mavenCentral as jCenter is now deprecated #97

Open tdrp opened 3 years ago

tdrp commented 3 years ago

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?

pabloariasal commented 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

milanp93 commented 2 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

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.

TonyLead commented 1 month ago

actual issue