Merge branch 'audiorecorder-3.2.30'

This commit is contained in:
Alexey Kuznetsov 2018-11-07 00:36:57 +03:00
commit c188029f3b
2 changed files with 2 additions and 3 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26 // 24+ file:// unable to open
versionCode 287
versionName "3.2.29"
versionCode 288
versionName "3.2.30"
}
signingConfigs {
release {

View file

@ -152,7 +152,6 @@ public class RecordingService extends Service {
super.onDestroy();
Log.d(TAG, "onDestory");
showNotification(false, null);
wlcpu.release();
}
@SuppressLint("RestrictedApi")