Skip to content

Commit 753c5f7

Browse files
authored
Update README.md
1 parent 2cf38a6 commit 753c5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ for (int i = 0; i < itemCount; i++) {
8989
});
9090
}
9191
```
92-
### New Features in v1.0.9.2
92+
### New Features in v1.0.9.5
9393
In this version user will able to add or delet or replace munu child or user can removeAllchild from the menu and initialize it again, also user will able to access OnClickListener and user can change menu icon programmatically. even user will able to add 2 Drawable icons, one for close form and one for open and menu automatically change the icons by order.
9494
![Demo](art/double_icon.gif)
9595
``` java
@@ -188,7 +188,7 @@ allprojects {
188188
Step 2. Add the dependency
189189
```Groovy
190190
dependencies {
191-
compile 'com.github.BrotherV:Floating-ArcMenu:1.0.9.2'
191+
compile 'com.github.BrotherV:Floating-ArcMenu:1.0.9.5'
192192
}
193193
```
194194
## Credits

0 commit comments

Comments
 (0)