Closed ChanShiraz closed 2 years ago
Same issue !
Did you found any solution?
Add JitPack to your gradle configuration:
allprojects {
repositories {
.......
maven { url 'https://www.jitpack.io' }
}
}
I had the same issue and I add the jitPack, but isn't work. Is showing this message:
Failed to resolve: com.github.ismaeldivita:chip-navigation-bar:1.3.4 Show in Project Structure dialog Affected Modules: app
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
Hi there, I have added dependencies but no tags were found in xml, anyone please guide me.