diff --git a/app/build.gradle b/app/build.gradle index 937e7d5a..6071a800 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 30 - versionCode = 179 - versionName = '34.1.0' + versionCode = 180 + versionName = '35.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/35.0.0.txt b/fastlane/metadata/android/en-US/changelogs/35.0.0.txt new file mode 100644 index 00000000..a59d8b3d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.0.0.txt @@ -0,0 +1,6 @@ +- Use WebRTC Acoustic Echo Cancellation Mobile Mode filter +- Show in notification the number missed calls if more than one +- When Default Call Volume setting is set, set both media and call volume +- Cancel notifications when main activity is resumed +- Fixed stop ringing in older Android versions +- New Swedish and Portuguese (Brazil) translations