From a3701eb4c4c76c6c3deec942c9fb1c1dadbcac7f Mon Sep 17 00:00:00 2001 From: Dimezis Date: Sun, 12 Jun 2016 14:08:10 +0300 Subject: [PATCH] Version up --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index e23d51c..1683319 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.1' + PUBLISH_VERSION = '1.0.2' } android { @@ -15,8 +15,8 @@ android { renderscriptSupportModeEnabled true minSdkVersion 14 targetSdkVersion 23 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.0.2" } buildTypes { release {