Merge branch 'audiorecorder-1.1.15'

This commit is contained in:
Alexey Kuznetsov 2016-03-27 08:15:38 +03:00
commit 511ba46352
2 changed files with 2 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {