From d2b82941b83074c790cdf9e15fa6a4fae557b7bb Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 27 Mar 2016 08:15:34 +0300 Subject: [PATCH 1/2] fix anumation --- .../com/github/axet/audiorecorder/animations/StepAnimation.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/github/axet/audiorecorder/animations/StepAnimation.java b/app/src/main/java/com/github/axet/audiorecorder/animations/StepAnimation.java index d7c522d..6ec6f54 100644 --- a/app/src/main/java/com/github/axet/audiorecorder/animations/StepAnimation.java +++ b/app/src/main/java/com/github/axet/audiorecorder/animations/StepAnimation.java @@ -52,7 +52,6 @@ public class StepAnimation extends Animation { } else { StepAnimation mm = c.create(); if (animate) { - Log.d("123", "new " + expand + " " + mm.view.getVisibility()); if (mm.animationReady()) { mm.startAnimation(v); } else { From eeceb4b30dc8b596734b404d9e10cd80e8b63fdd Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 27 Mar 2016 08:15:38 +0300 Subject: [PATCH 2/2] Bump version 1.1.15 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e1e8e04..5eaee1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 35 - versionName "1.1.14" + versionCode 36 + versionName "1.1.15" } signingConfigs { release {