- changed importance of default notification channel to low in order to

avoid noise when status notification is updated
- small cleanups
This commit is contained in:
Juha Heinanen
2018-11-04 09:53:31 +02:00
parent 0d9591b801
commit 5178edf965
3 changed files with 4 additions and 6 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 27
versionCode = 30
versionName = '3.2.1'
versionCode = 31
versionName = '3.2.2'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'