ittianyu / BottomNavigationViewEx

An android lib for enhancing BottomNavigationView. 一个增强BottomNavigationView的安卓库。
MIT License
3.47k stars 557 forks source link

Support compileSdkVersion 30 buildToolsVersion "30.0.2" #193

Open Allan-Nava opened 4 years ago

Allan-Nava commented 4 years ago

It possible to handle the

    compileSdkVersion 30
    buildToolsVersion "30.0.2"

cause right now doesn't work with these config

Screenshot 2020-10-21 at 11 22 40

fctaddia commented 3 years ago

I have the same problem too. I tried to import the library into the gradle and as soon as I tried to sync the gradle it gave me this error. In my opinion the reason is because the library still uses com.android.support:design while now with the configurations specified by you you have to use com.google.android.material. it's just a library port problem.