From bcafa19fb88ca5d99c74e22471e0b4cec0d5245d Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 29 Mar 2016 22:07:43 +0300 Subject: [PATCH] Bump version 1.1.31 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8ba834d..ef38c3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 51 - versionName "1.1.30" + versionCode 52 + versionName "1.1.31" } signingConfigs { release {