- New release 8.4.4.

This commit is contained in:
Juha Heinanen
2019-07-15 08:25:02 +03:00
parent 97f0381038
commit 9c55374bbf
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 77
versionName = '8.4.3'
versionCode = 78
versionName = '8.4.4'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,4 @@
- Upstream fix in opus codec implementation.
- Volume control stream fixes.
- Fixed auto-rejecting of new incoming call.
- Minor string improvements.