diff --git a/README.md b/README.md index 7fd7bc0..882b0e5 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.4' + compile 'com.sa90.materialarcmenu:library:1.4.1' } 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 (customizable) added to it by default to follow the material design guidelines. diff --git a/library/build.gradle b/library/build.gradle index 590873c..5c18b93 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 15 targetSdkVersion 23 versionCode 1 - versionName "1.41" + versionName "1.4.1" } 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.41' + libraryVersion = '1.4.1' developerId = 'saurabharora90' developerName = 'Saurabh Arora'