- New version 9.1.0.

This commit is contained in:
Juha Heinanen
2019-08-25 16:50:36 +03:00
parent 23a166e0af
commit 6f3aaa378b
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 83
versionName = '9.0.0'
versionCode = 84
versionName = '9.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -1,2 +1,2 @@
- Auto-reject incoming call if phone state is not idle.
- Supress ring tone of incoming call if device is in no-disturb mode.
- Suppress ring tone of incoming call if device is in no-disturb mode.