- New version 8.4.1.

This commit is contained in:
Juha Heinanen
2019-06-19 12:06:20 +03:00
parent 4a1cfe927b
commit a84ef60dde
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -0,0 +1 @@
- Upstream acoustic echo cancellation improvement.