- New version 8.4.0.

This commit is contained in:
Juha Heinanen
2019-06-14 17:13:15 +03:00
parent ee24dce2e8
commit 69530f6cb9
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 73
versionName = '8.3.6'
versionCode = 74
versionName = '8.4.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Echo cancellation is now applied also to calls using opus codec.