Merge branch 'audiorecorder-3.2.30'
This commit is contained in:
commit
c188029f3b
2 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -152,7 +152,6 @@ public class RecordingService extends Service {
|
|||
super.onDestroy();
|
||||
Log.d(TAG, "onDestory");
|
||||
showNotification(false, null);
|
||||
wlcpu.release();
|
||||
}
|
||||
|
||||
@SuppressLint("RestrictedApi")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue