Closed Suraj820 closed 3 months ago
Failed to resolve: com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1
found any solution ??
Seems like the old repo's were taken down for some reason.
Solution I came up with was adding this into my project build.gradle:
maven { url 'https://jitpack.io' }
Then I reference this repo directly on the master branch rather than old repo services by adding this into the app build.gradle:
implementation 'com.github.miteshpithadiya:SearchableSpinner:master'
Works for me but I hope this helps
@vjysrgr @Suraj820
@auridgway Thanks for the solution! Adding the Maven URL and referencing the repo on the master branch worked perfectly for me.
@auridgway #ThankYou for the solution, Worked for me too 👍
implementation 'com.github.miteshpithadiya:SearchableSpinner:master'
Thanks @auridgway for the solution..
Failed to resolve: com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1