From dccfec543d08b2532e4268cf5f37d036a9059c77 Mon Sep 17 00:00:00 2001 From: Dimezis Date: Mon, 11 Jul 2016 23:04:00 +0200 Subject: [PATCH] Version up --- README.md | 2 +- library/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3025abf..0e3032d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ It takes 1-4ms on Nexus 5 and Nexus 4 to draw BlurView with the setup given in e ## Gradle ```Groovy -compile 'com.eightbitlab:blurview:1.1.1' +compile 'com.eightbitlab:blurview:1.1.2' ``` License diff --git a/library/build.gradle b/library/build.gradle index 962eded..4b9bcb1 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.1.1' + PUBLISH_VERSION = '1.1.2' } android { @@ -15,8 +15,8 @@ android { renderscriptSupportModeEnabled true minSdkVersion 14 targetSdkVersion 23 - versionCode 12 - versionName "1.1.1" + versionCode 13 + versionName "1.1.2" } buildTypes { release {