SimformSolutionsPvtLtd / SSCustomBottomNavigation

Animated TabBar with native control and Jetpack Navigation support..✨🔖🚀
Apache License 2.0
513 stars 45 forks source link

I am facing gradle build issue #47

Open Atif-09 opened 1 year ago

Atif-09 commented 1 year ago

Screenshot 2023-05-22 214233

AshvinVavaliya commented 1 year ago

Hi https://github.com/Atif-09 For this issue, Required to add the multidex in your app/build.gradle file and also required proper implementation of maven setup.

If you are using the AndroidX then add in your gradle implementation 'androidx.multidex:multidex:2.0.1' else implementation 'com.androidx.multidex:multidex:2.0.1'

Atif-09 commented 1 year ago

Hi https://github.com/AshvinVavaliya Thank you for your response! I have tried all these but still, it's giving me gradle error

AshvinVavaliya commented 1 year ago

Hello Atif-09 I tried to regenerate your issue but still not generated so can you please share your code of gradle file for more clearification and also check your Gradle JDK version in your android studio preferences.

WSAyan commented 10 months ago

I am also facing this issue. Newer gradle versions(8.0.0) can not download com.android.support:multidex:2.0.1 from goole repository. please migrate this project to androidx and make compatible to higher gradle versions.