From 4826f707871a83fba139c8b16bfbf117134adaf4 Mon Sep 17 00:00:00 2001 From: Ashok Varma Date: Tue, 31 May 2016 11:51:11 +0530 Subject: [PATCH] 1.2.2 build push --- README.md | 8 ++++---- gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 64d7a97..9872180 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,17 @@ Download [the latest JAR][mavenAarDownload] or grab via Maven: com.ashokvarma.android bottom-navigation-bar - 1.2.1 + 1.2.2 pom ``` or Gradle: ```groovy -compile 'com.ashokvarma.android:bottom-navigation-bar:1.2.1' +compile 'com.ashokvarma.android:bottom-navigation-bar:1.2.2' ``` or Ivy: ```xml - + ``` @@ -204,5 +204,5 @@ limitations under the License. [googlePlayStoreLink]: https://play.google.com/store/apps/details?id=com.ashokvarma.bottomnavigation.sample [googlePage]: https://www.google.com/design/spec/components/bottom-navigation.html - [mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.2.1/bottom-navigation-bar-1.2.1.aar + [mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.2.2/bottom-navigation-bar-1.2.2.aar [mavenLatestJarDownload]: https://search.maven.org/remote_content?g=com.ashokvarma.android&a=bottom-navigation-bar&v=LATEST diff --git a/gradle.properties b/gradle.properties index 2409984..7ccc119 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,8 +25,8 @@ ANDROID_BUILD_TOOLS_VERSION=23.0.3 ANDROID_BUILD_TARGET_SDK_VERSION=23 ANDROID_BUILD_MIN_SDK_VERSION=14 -APP_VERSION_NAME = 1.2.1 -APP_VERSION_CODE = 4 +APP_VERSION_NAME = 1.2.2 +APP_VERSION_CODE = 5 ANDROID_SUPPORT_LIBRARY_VERSION = 23.4.0 ANDROID_PLAY_SERVICES_VERSION = 8.4.0 \ No newline at end of file