- New version 8.3.1.

This commit is contained in:
Juha Heinanen
2019-05-30 15:11:29 +03:00
parent 62d01e8d62
commit 3445a58eb6
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 67
versionName = '8.3.0'
versionCode = 68
versionName = '8.3.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,5 @@
- Don't set audio to communication mode when call is established,
because on some devices it adds 3-4 sec delay to playing of audio.
- Made Acoustic Echo Cancellation configurable.
- Enable call info button when it becomes visible.
- Use device's default theme when displaying spinners.