diff --git a/app/build.gradle b/app/build.gradle index 6071a800..7f69276a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 30 - versionCode = 180 - versionName = '35.0.0' + versionCode = 181 + versionName = '35.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/35.1.0.txt b/fastlane/metadata/android/en-US/changelogs/35.1.0.txt new file mode 100644 index 00000000..5b4ff037 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.1.0.txt @@ -0,0 +1,5 @@ +- When aec is enabled/disabled, load/unload webrtc_aecm module +- Use BaresipService to play all sounds +- Proper handling of session progress response +- During call, volume keys now control media volume +- Use communication audio mode when not in ringing audio mode