From 0139d175c2aea09c4008e18af1e3d213e04642a8 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Sun, 12 Feb 2017 16:42:31 -0800 Subject: [PATCH] Update versionName to 2.2.0 and increment versionCode in build.gradle. --- bottomsheetpickers/build.gradle | 6 +++--- sample/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bottomsheetpickers/build.gradle b/bottomsheetpickers/build.gradle index 3b68c80..0eb678d 100644 --- a/bottomsheetpickers/build.gradle +++ b/bottomsheetpickers/build.gradle @@ -13,7 +13,7 @@ ext { siteUrl = 'https://github.com/philliphsu/BottomSheetPickers' gitUrl = 'https://github.com/philliphsu/BottomSheetPickers.git' - libraryVersion = '2.1.1' + libraryVersion = '2.2.0' developerId = 'philliphsu' developerName = 'Phillip Hsu' @@ -31,8 +31,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 3 - versionName "2.1.1" + versionCode 4 + versionName "2.2.0" vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/sample/build.gradle b/sample/build.gradle index e335859..ec822f9 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.example.bottomsheetpickers" minSdkVersion 14 targetSdkVersion 25 - versionCode 3 - versionName "2.1.1" + versionCode 4 + versionName "2.2.0" } buildTypes { release {