- New version 14.0.0.

This commit is contained in:
Juha Heinanen
2019-11-20 06:10:08 +02:00
parent 7cd561ce54
commit e00c9a4590
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 102 versionCode = 103
versionName = '13.0.1' versionName = '14.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,4 @@
- Added character based avatars to contacts, chats, and call history.
- Fixed saving/restoring of contacts with non-ASCII contact names.
- Improved formatting of dates and times.
- Added About limitation note about multiple network interfaces.