From 49a29563bf9fc1343cd8e81674199e3ea052211f Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 21 Jun 2016 23:49:40 +0300 Subject: [PATCH 1/2] small UI changes --- app/src/main/res/layout/recording.xml | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/recording.xml b/app/src/main/res/layout/recording.xml index 73225fd..81830e9 100644 --- a/app/src/main/res/layout/recording.xml +++ b/app/src/main/res/layout/recording.xml @@ -26,6 +26,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="5dp" + android:textColor="?attr/colorPrimary" android:text="2016-02-01.wav" android:textSize="20dp" /> diff --git a/build.gradle b/build.gradle index 03bced9..aff4f41 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From 51e77da7c33f074780af555d449351b36c4b2419 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 21 Jun 2016 23:49:49 +0300 Subject: [PATCH 2/2] Bump version 1.1.40 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bf68aff..887e701 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 61 - versionName "1.1.39" + versionCode 62 + versionName "1.1.40" } signingConfigs { release {