- New version 11.0.0.
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode = 92
|
||||
versionName = '10.4.0'
|
||||
versionCode = 93
|
||||
versionName = '11.0.0'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
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.
|
||||
Reference in New Issue
Block a user