avoid crash if caller hangs up during heads-up notification

This commit is contained in:
Juha Heinanen
2018-07-17 09:25:07 +03:00
parent 19ca0e7cfd
commit b42c027226
2 changed files with 9 additions and 13 deletions

View File

@ -8,7 +8,7 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 26
versionCode = 5
versionCode = 7
versionName = '1.0'
ndk {
abiFilters 'armeabi-v7a'