From acca93cf5724a93922170fab69db3ce12f031ccf Mon Sep 17 00:00:00 2001 From: Hakob Astvatsatryan Date: Mon, 19 Feb 2018 14:22:48 +0400 Subject: [PATCH] 0.1.1 version --- README.md | 4 ++-- dropdown-textview/build.gradle | 2 +- dropdown-textview/src/main/AndroidManifest.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c1361f..4c39c90 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,14 @@ val dropdown = DropdownTextView.Builder(this) ## Download Gradle: ```groovy -compile 'com.github.hakobast:dropdown-textview:0.1.0' +compile 'com.github.hakobast:dropdown-textview:0.1.1' ``` Maven: ```xml com.github.hakobast dropdown-textview - 0.1.0 + 0.1.1 pom ``` diff --git a/dropdown-textview/build.gradle b/dropdown-textview/build.gradle index c79ae7f..ef0eeb9 100644 --- a/dropdown-textview/build.gradle +++ b/dropdown-textview/build.gradle @@ -14,7 +14,7 @@ ext { siteUrl = 'https://github.com/hakobast/DropdownTextView' gitUrl = 'https://github.com/hakobast/DropdownTextView.git' - libraryVersion = '0.1.0' + libraryVersion = '0.1.1' developerId = 'hakobast' developerName = 'Hakob Astvatsatryan' diff --git a/dropdown-textview/src/main/AndroidManifest.xml b/dropdown-textview/src/main/AndroidManifest.xml index 6195bb4..c8b0a87 100644 --- a/dropdown-textview/src/main/AndroidManifest.xml +++ b/dropdown-textview/src/main/AndroidManifest.xml @@ -3,4 +3,4 @@ - + \ No newline at end of file