- New version 11.0.0.

This commit is contained in:
Juha Heinanen
2019-10-10 11:01:31 +03:00
parent 6f6b07ccff
commit 31f2731aac
2 changed files with 9 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 = 92 versionCode = 93
versionName = '10.4.0' versionName = '11.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,7 @@
- Replaced exporting and importing of accounts and contacts with backup
and restore of all application data.
- Improved security by disallowing Android based application backup and
installation of application to external storage.
- When account is deleted, delete also account's call and chat history.
- Fixed deleting of messages and chats.
- Minor UI and string improvements.