rambler-digital-solutions / swipe-layout-android

Android UI widget
324 stars 68 forks source link

Could not find swipe-layout-1.1.0.aar #49

Closed mfurkancelik closed 1 month ago

mfurkancelik commented 1 month ago

Hello, I am getting the following error. I was not getting such an error before, it just occurred.

Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'. Failed to transform swipe-layout-1.1.0.aar (ru.rambler.android:swipe-layout:1.1.0) to match attributes {artifactType=processed-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. Could not find swipe-layout-1.1.0.aar (ru.rambler.android:swipe-layout:1.1.0). Searched in the following locations: https://jcenter.bintray.com/ru/rambler/android/swipe-layout/1.1.0/swipe-layout-1.1.0.aar https://jcenter.bintray.com/ru/rambler/android/swipe-layout/1.1.0/swipe-layout-1.1.0.jar

KevinGB97333 commented 1 month ago

Hi @mfurkancelik, I did a fork fixing that issue.

You can find the fork here: https://github.com/KevinGB97333/swipe-layout-android

Changes made:

mfurkancelik commented 1 month ago

Thank you