diff --git a/app/build.gradle b/app/build.gradle index febff675..f6529292 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 204 - versionName = '42.2.0' + versionCode = 205 + versionName = '42.3.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/42.3.0.txt b/fastlane/metadata/android/en-US/changelogs/42.3.0.txt new file mode 100644 index 00000000..b404f47d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42.3.0.txt @@ -0,0 +1,3 @@ +- Fixed adding of new baresip contact +- When selecting a new default account, keep the order of the rest unchanged +- Improved handling of call auto-rejection