diff --git a/app/build.gradle b/app/build.gradle index 751ea16e..4e220f10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 201 - versionName = '41.0.0' + versionCode = 202 + versionName = '42.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/42.0.0.txt b/fastlane/metadata/android/en-US/changelogs/42.0.0.txt new file mode 100644 index 00000000..ff198778 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42.0.0.txt @@ -0,0 +1,3 @@ +- Replaced 'Show Android Contacts' setting with 'Contacts' setting that allows to choose if baresip contacts, Android contacts, or both are used +- Contact name <-> contact URI mapping fixes and improvements +- Avoid crash when Android forces baresip app restart