Closed meija1 closed 2 years ago
facing the same issue! please resolve this asap
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
I added jitpack in settings.gradle and added the dependency as well but still facing the issue
I am facing the same issue. Please give ant other solution.
Adding maven { url 'https://jitpack.io' }
into also dependencyResolutionManagement
solved the problem.
Im not sure why its happening