ismaeldivita / chip-navigation-bar

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

update installation documentation. #73

Closed milon27 closed 3 years ago

gargVader commented 3 years ago

Why was this necessary and how was the library running without it previously?

milon27 commented 3 years ago

not sure but it's required now.

ashu9152 commented 3 years ago

So I have add maven {jitpack } in both buildle.gradle?

milon27 commented 3 years ago

@ashu9152 not in both build.gradle only at the project level. both in build script and all projects .

Dhina17 commented 3 years ago

Oops. I haven't seen this . Take a look https://github.com/ismaeldivita/chip-navigation-bar/pull/74

Dhina17 commented 3 years ago

Just tried with this patch. Its not working.

codersanjeev commented 3 years ago

changing dependency name in build.gradle app file from implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.3.4' to implementation 'com.github.ismaeldivita:chip-navigation-bar:1.3.4' worked for me.

ismaeldivita commented 3 years ago

Fixed on https://github.com/ismaeldivita/chip-navigation-bar/pull/74