diff --git a/app/build.gradle b/app/build.gradle index c246648c..2f93b969 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 199 - versionName = '40.0.1' + versionCode = 200 + versionName = '40.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/40.1.0.txt b/fastlane/metadata/android/en-US/changelogs/40.1.0.txt new file mode 100644 index 00000000..69034042 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40.1.0.txt @@ -0,0 +1,4 @@ +- Do not play busy or error sound when call is closed +- Improved reliability of Bluetooth usage +- Better handling of events from baresip core +- New Portuguese (Brazil) translations