roughike / BottomBar

(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
Apache License 2.0
8.43k stars 1.51k forks source link

update supportLibraryVersion to 25.3.1 #855

Closed valuppo closed 6 years ago

valuppo commented 6 years ago

Hello, Can you update the supportLibraryVersion in Gradle to 25.3.1 Thank you

agarcialeon commented 6 years ago

You can download the project as a Zip file and update the version in the build.gradle file inside the app folder of the project. Then use 'Make project' under Build menu and copy the bottom-bar-release.aar that has been generated in the build folder of the bottom-bar folder (module) in your project.

You can import the aar file inside your project like this (third answer): How to manually include external aar package in Android Studio

Then you only need to update the build.gradle file with the design library. Hope that this helps.

valuppo commented 6 years ago

Okay, thanks a lot dude