diff --git a/README.md b/README.md index 123ef8e..2e9b3e7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Usage Add a dependency to your `build.gradle`: dependencies { - compile 'com.sa90.materialarcmenu:library:1.1.1' + compile 'com.sa90.materialarcmenu:library:1.2' } and include the `com.sa90.materialarcmenu.ArcMenu` as a viewgroup (with the sub-menu's as child) in your layout. diff --git a/library/build.gradle b/library/build.gradle index f908df8..dd92036 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 15 targetSdkVersion 23 versionCode 1 - versionName "1.1.1" + versionName "1.2" } 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.1.1' + libraryVersion = '1.2' developerId = 'saurabharora90' developerName = 'Saurabh Arora'