Skip to content

Commit

Permalink
Update to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamylZakariya committed Jul 15, 2016
1 parent f9d265a commit 3bcac8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Simple material-style flyout menus for Android. There are many flyout type menus for Android, but this one is mine.

```gradle
compile 'org.zakariya.flyoutmenus:flyoutmenu:0.5.2'
compile 'org.zakariya.flyoutmenus:flyoutmenu:0.5.3'
```

- minSdkVersion: 16
- minSdkVersion: 14
*Note: when running on SDK less than 18, hardware rendering is disabled. This means that button shadows are clipped. To work around this, add a bit of padding to the view.*

---
Expand Down
2 changes: 1 addition & 1 deletion flyoutmenu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

group = 'org.zakariya.flyoutmenus'
version = '0.5.2'
version = '0.5.3'

android {
compileSdkVersion 23
Expand Down

0 comments on commit 3bcac8c

Please sign in to comment.