miteshpithadiya / SearchableSpinner

Spinner with searchable items.
672 stars 245 forks source link

Failed to resolve: com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1 #147

Closed Suraj820 closed 3 months ago

Suraj820 commented 3 months ago

Failed to resolve: com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1

vjysrgr commented 3 months ago

Failed to resolve: com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1

found any solution ??

auridgway commented 3 months ago

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

Suraj820 commented 3 months ago

@auridgway Thanks for the solution! Adding the Maven URL and referencing the repo on the master branch worked perfectly for me.

vjysrgr commented 3 months ago

@auridgway #ThankYou for the solution, Worked for me too 👍

shubhamdoke commented 2 months ago

implementation 'com.github.miteshpithadiya:SearchableSpinner:master'

Thanks @auridgway for the solution..