diff --git a/app/build.gradle b/app/build.gradle index 8b7cb169..751ea16e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 200 - versionName = '40.1.0' + versionCode = 201 + versionName = '41.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/41.0.0.txt b/fastlane/metadata/android/en-US/changelogs/41.0.0.txt new file mode 100644 index 00000000..59bdbff6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/41.0.0.txt @@ -0,0 +1,5 @@ +- Added call timer chronometer to "Call to .../Call from ..." row +- Added possibility to use Android contacts +- Added "Show Android Contacts" setting to choose if Android contacts are shown when contacts button is touched +- Check that restore file has been created by baresip app +- New Swedish and Portuguese (Brazil) translations