- New version 17.2.3.

This commit is contained in:
Juha Heinanen
2020-03-30 17:24:28 +03:00
parent f1cdf52126
commit 64c3ee08ce
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -0,0 +1,4 @@
- Prevent crashes resulting from double clicking of various icons and
list items.
- Change color of account's notification icon to white when account is
unregistered.