From cd50adbab4cd3f61237eabb55cfbf0039187accf Mon Sep 17 00:00:00 2001 From: Megh Canopas <98312779+cp-megh-l@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:40:01 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f3b898d..e2ec054 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,19 @@ Android app, enhancing the user experience. - **Customization:** Customize colors, icons, and animations to match your app's branding and design. + + +## Configuration + +Available on [Maven Central](https://central.sonatype.com/artifact/io.github.canopas/bottombar). + +Add the dependency +```gradle + implementation 'io.github.canopas:bottombar:1.0.0' + +``` + + ## Sample Usage Integrating **AnimatedBottomBarCompose** into your Android app is a breeze! Follow these simple