- New version 17.2.2.

This commit is contained in:
Juha Heinanen
2020-03-27 08:33:08 +02:00
parent 29e5e16baf
commit ee3784b264
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 113
versionName = '17.2.1'
versionCode = 114
versionName = '17.2.2'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Do not subscribe to message waiting indication when account is created
and voicemail URI is not set.