From 7365f191893a489dbeedf74ebce8529114aa2a05 Mon Sep 17 00:00:00 2001 From: Dimezis Date: Sat, 11 Jun 2016 02:09:05 +0300 Subject: [PATCH] Change version --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index a47c94a..e23d51c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.library' ext { PUBLISH_GROUP_ID = 'com.eightbitlab' PUBLISH_ARTIFACT_ID = 'blurview' - PUBLISH_VERSION = '1.0' + PUBLISH_VERSION = '1.0.1' } android { @@ -15,8 +15,8 @@ android { renderscriptSupportModeEnabled true minSdkVersion 14 targetSdkVersion 23 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.1" } buildTypes { release {