Merge branch 'audiorecorder-1.1.55'

This commit is contained in:
Alexey Kuznetsov 2016-09-26 09:21:49 +03:00
commit f60a72b8ff
2 changed files with 3 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 16
targetSdkVersion 23
versionCode 76
versionName "1.1.54"
versionCode 77
versionName "1.1.55"
}
signingConfigs {
release {

View file

@ -62,6 +62,7 @@ public class FileEncoder {
Log.e(TAG, "Exception", e);
t = e;
handler.post(error);
throw e;
} finally {
encoder.close();
if (rs != null) {