Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed Apr 10, 2020
1 parent 3f920bd commit 0e3b52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ allprojects {
}
dependencies {
implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.7'
implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.7.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/java/me/ibrahimsn/lib/SmoothBottomBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ class SmoothBottomBar : View {
fun setOnItemReselectedListener(listener: OnItemReselectedListener) {
this.onItemReselectedListener = listener
}
}
}

0 comments on commit 0e3b52e

Please sign in to comment.