ismaeldivita / chip-navigation-bar

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

Added dependencies but no tags found in xml #91

Closed ChanShiraz closed 2 years ago

ChanShiraz commented 2 years ago

Hi there, I have added dependencies but no tags were found in xml, anyone please guide me.

rishabhsingh2002 commented 2 years ago

Same issue !

karelkryda commented 2 years ago

Did you found any solution?

alex99-dev commented 2 years ago

Add JitPack to your gradle configuration:

allprojects {
    repositories {
     .......
        maven { url 'https://www.jitpack.io' }
    }
}
ceduardolima commented 2 years ago

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

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