Closed milon27 closed 3 years ago
not sure but it's required now.
So I have add maven {jitpack } in both buildle.gradle?
@ashu9152 not in both build.gradle only at the project level. both in build script and all projects .
Oops. I haven't seen this . Take a look https://github.com/ismaeldivita/chip-navigation-bar/pull/74
Just tried with this patch. Its not working.
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.
Why was this necessary and how was the library running without it previously?