- new version 5.4.0

This commit is contained in:
Juha Heinanen
2019-02-19 08:18:33 +02:00
parent ad2dec94e7
commit 3965dfa6f6
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 27
versionCode = 42
versionName = '5.3.1'
versionCode = 43
versionName = '5.4.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Added SRTP-MANDF media encryption protocol.
- Security button color now changes from red to yellow also when call is
secured by an SRTP* media encyption protocol.