diff --git a/app/build.gradle b/app/build.gradle index 88f5dc91..ccec89a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 197 - versionName = '39.1.0' + versionCode = 198 + versionName = '40.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/40.0.0.txt b/fastlane/metadata/android/en-US/changelogs/40.0.0.txt new file mode 100644 index 00000000..9effa8af --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40.0.0.txt @@ -0,0 +1,5 @@ +- Added Telephony Provider account configuration item +- Added support for tel URI as Callee value and Contact URI +- Prompt user for Telephony Provider account if needed to make the call +- Show account's STUN configuration items only if needed +- Improved handling of CALL action from other applications