diff --git a/README.md b/README.md index 313cdf8..841877c 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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