ismaeldivita / chip-navigation-bar

An android navigation bar widget
MIT License
890 stars 136 forks source link

Failed to resolve com.github.ismaeldivita:cip-navigation-bar:1.4.0 #94

Closed meija1 closed 2 years ago

meija1 commented 2 years ago

Im not sure why its happening

KanishkKhurana commented 2 years ago

facing the same issue! please resolve this asap

ismaeldivita commented 2 years ago

Probably missing the jitpack configuration, depending on how your project is configured it may be located on the root build.gradle or settings.gradle

Here you can find the versions on jitpack are deployed as expected https://jitpack.io/#ismaeldivita/chip-navigation-bar

jayant1441 commented 2 years ago

I added jitpack in settings.gradle and added the dependency as well but still facing the issue

image

image

image

bhaskar966 commented 2 years ago

I am facing the same issue. Please give ant other solution.

ntagky commented 1 year ago

Adding maven { url 'https://jitpack.io' } into also dependencyResolutionManagement solved the problem.