diff --git a/app/build.gradle b/app/build.gradle index 542be14d..d3732794 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 97 - versionName = '12.0.0' + versionCode = 98 + versionName = '12.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/12.1.0.txt b/fastlane/metadata/android/en-US/changelogs/12.1.0.txt new file mode 100644 index 00000000..e0fcf63c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.1.0.txt @@ -0,0 +1,3 @@ +- Allow port number in account's Address of Record (AoR). +- Fixed checking if account already exists. +- Updated NO and BG strings.