diff --git a/app/build.gradle b/app/build.gradle index dd8081d4..6dbf9101 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 108 - versionName = '16.0.1' + versionCode = 109 + versionName = '16.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/16.1.0 b/fastlane/metadata/android/en-US/changelogs/16.1.0 new file mode 100644 index 00000000..4ee44834 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.1.0 @@ -0,0 +1,5 @@ +- Do not re-register accounts when link properties change, but IP addresses + remain the same. +- If baresip doeds not start, let the user change the Settings that might + have caused the problem. +- String updates and fixes.