From 872208f35f83aafdeacc2129ecac11a5b51715b3 Mon Sep 17 00:00:00 2001 From: Beloo Date: Thu, 10 Nov 2016 17:54:34 +0200 Subject: [PATCH] * version code updated --- ChipsLayoutManager/build.gradle | 4 ++-- README.MD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChipsLayoutManager/build.gradle b/ChipsLayoutManager/build.gradle index d99afdee..d9e0b1ba 100644 --- a/ChipsLayoutManager/build.gradle +++ b/ChipsLayoutManager/build.gradle @@ -12,7 +12,7 @@ ext { libraryName = 'ChipsLayoutManager' publishedGroupId = 'com.beloo.widget' artifact = 'ChipsLayoutManager' - libraryVersion = '0.2.1' + libraryVersion = '0.2.2' libraryDescription = 'Android. A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features' @@ -36,7 +36,7 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 25 - versionCode 5 + versionCode 6 versionName libraryVersion testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/README.MD b/README.MD index 98b5ffc3..5bbdfd0c 100644 --- a/README.MD +++ b/README.MD @@ -16,7 +16,7 @@ but with support of CRUD animations i decided to make such stuff and share it. with gradle ```GRADLE -compile 'com.beloo.widget:ChipsLayoutManager:0.2.1' +compile 'com.beloo.widget:ChipsLayoutManager:0.2.2' ``` Assuming you have installed jCenter provider: