Merge branch 'audiorecorder-1.1.55'
This commit is contained in:
commit
f60a72b8ff
2 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue