Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
florent37 committed Jul 30, 2018
1 parent a065ef3 commit 34e1e9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies {

EnhancedNavigationView extends google *BottomNavigationView*

look at https://developer.android.com/reference/com/google/android/material/bottomnavigation/BottomNavigationView

```xml
<com.github.florent37.enhancednavigationview.EnhancedNavigationView
android:id="@+id/bottom_navigation"
Expand Down
5 changes: 5 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
./gradlew clean assembleDebug install

./gradlew :enhanced-navigationview:install
./gradlew :enhanced-navigationview:bintrayUpload

0 comments on commit 34e1e9c

Please sign in to comment.