diff --git a/app/build.gradle b/app/build.gradle index 77a4d67d..2d7b7e7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 209 - versionName = '43.1.0' + versionCode = 210 + versionName = '44.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/44.0.0.txt b/fastlane/metadata/android/en-US/changelogs/44.0.0.txt new file mode 100644 index 00000000..89fb9b84 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/44.0.0.txt @@ -0,0 +1,4 @@ +- Show diverter if incoming call has been diverted +- Backup related fixes in older Android versions +- Improved URI to Contact matching +- New Portuguese (Brazil) translations