From f5a2a2b3e95dc9c043edb9d951736f7fb3324f56 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 25 Mar 2016 16:42:12 +0300 Subject: [PATCH] Bump version 1.1.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 724a11d..a76e372 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 21 - versionName "1.1.0" + versionCode 22 + versionName "1.1.1" } signingConfigs { release {