From 2d9d39fbce6ea00b484f8a3a0684e099d0c3e8a1 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Sat, 30 Jan 2016 19:59:33 +0800 Subject: [PATCH] update version --- README.md | 2 +- library/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fef4af3..a9fde46 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Usage Add a dependency to your `build.gradle`: dependencies { - compile 'com.sa90.materialarcmenu:library:1.3' + compile 'com.sa90.materialarcmenu:library:1.4' } and include the `com.sa90.materialarcmenu.ArcMenu` as a viewgroup (with the sub-menu's as child) in your layout. The menu (floating action button) has a margin of 16dp added to it by default to follow the material design guidelines. diff --git a/library/build.gradle b/library/build.gradle index 32f5463..50fefbc 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 15 targetSdkVersion 23 versionCode 1 - versionName "1.3" + versionName "1.4" } buildTypes { release { @@ -32,7 +32,7 @@ ext { artifact = 'library' libraryDescription = 'An android custom view which allows you to have a arc style-menu on your pages' - libraryVersion = '1.3' + libraryVersion = '1.4' developerId = 'saurabharora90' developerName = 'Saurabh Arora'