From bba05fb480841bc8c21845d9fcf2105480ff5d9b Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 16 Feb 2017 22:45:48 +0300 Subject: [PATCH] Bump version audiorecorder-1.4.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a0c96ad..d4308a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 102 - versionName "1.4.0" + versionCode 103 + versionName "1.4.1" } signingConfigs { release {