From 02fc3ab5929249b37c8d22fcd17c81c57956cd49 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 25 Mar 2016 19:50:10 +0300 Subject: [PATCH] Bump version 1.1.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a36d334..8de0f96 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 24 - versionName "1.1.3" + versionCode 25 + versionName "1.1.4" } signingConfigs { release {