ibrahimsn98 / SmoothBottomBar

A lightweight Android material bottom navigation bar library
MIT License
1.95k stars 253 forks source link

Not able to implement its dependencies #34

Closed shubhamtater closed 4 years ago

shubhamtater commented 4 years ago

I try to add its dependencies in my existing project but its not getting added.

dhruvrauthan commented 4 years ago

Have you added these dependencies:

    //smoothbottombar
    implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.7.5'

    //navigation components
    implementation "androidx.navigation:navigation-fragment-ktx:2.2.2"
    implementation "androidx.navigation:navigation-ui-ktx:2.2.2"
brookmg commented 4 years ago

Is adding the jetpack navigation ktx mandatory now?

dhruvrauthan commented 4 years ago

Oh, you're right. It's working without the navigation component dependencies as well.

brookmg commented 4 years ago

I think the problem is because they didn't add jitpack repository to the repository lookup list.