New version 35.1.0

This commit is contained in:
Juha Heinanen
2021-11-02 09:13:47 +02:00
parent 00a0779b0b
commit 6c3f5e6a24
2 changed files with 7 additions and 2 deletions

View File

@ -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'

View File

@ -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