Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PenzK committed May 25, 2016
1 parent e546129 commit 4ef794f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check this [project on Behance] (https://www.behance.net/gallery/20411445/Mobile
*For a working implementation, have a look at the ```app``` module*

#### 1. Clone repository and add sources into your project or use Gradle:
``` compile 'com.yalantis:contextmenu:1.0.6' ```
``` compile 'com.yalantis:contextmenu:1.0.7' ```
#### 2. Create list of `MenuObject`, which consists of icon or icon and description.
You can use any `resource, bitmap, drawable, color` as image:
```
Expand Down Expand Up @@ -144,6 +144,11 @@ To stay `Context Menu` below Status Bar set `fitSystemWindows` to true and `clip

# Changelog

### Version: 1.0.7

* Text in menu now also clickable
* Support libs and gradle updated

### Version: 1.0.6

* com.android.tools.build:gradle:1.5.0
Expand Down

0 comments on commit 4ef794f

Please sign in to comment.