diff --git a/app/build.gradle b/app/build.gradle index 46298ce6..15b14a97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 102 - versionName = '13.0.1' + versionCode = 103 + versionName = '14.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/14.0.0.txt b/fastlane/metadata/android/en-US/changelogs/14.0.0.txt new file mode 100644 index 00000000..0c38bd6c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.0.0.txt @@ -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.