adorsys / secure-storage-android

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

Appcompat-v7:25.4.0 does not exist #11

Closed MotassemJa closed 7 years ago

MotassemJa commented 7 years ago

In your gradle you are using version 25.4.0 which does not exist according to [https://developer.android.com/topic/libraries/support-library/packages.html](the docs).

When trying to add the latest release, I'm getting "Failed to resolve" error and not being able to install the repoisitory and sync project.

luckyhandler commented 7 years ago

thanks for reporting. We will look into the issue and solve it with our next version

luckyhandler commented 7 years ago

If you look at https://developer.android.com/topic/libraries/support-library/revisions.html#25-4-0 you will see that the version exists but we might have an issue with the new google repository. For a quick fix you should follow these steps to make it work again: https://developer.android.com/topic/libraries/support-library/setup.html

MotassemJa commented 7 years ago

Thank you!