diff --git a/app/build.gradle b/app/build.gradle index 46833967..a3dc0f2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/fastlane/metadata/android/en-US/changelogs/11.0.0.txt b/fastlane/metadata/android/en-US/changelogs/11.0.0.txt new file mode 100644 index 00000000..772356c9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.0.0.txt @@ -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.