- New version 8.6.0.

This commit is contained in:
Juha Heinanen
2019-08-18 10:47:23 +03:00
parent e8e07c73c9
commit 977bf4ee05
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 = 81
versionName = '8.5.2'
versionCode = 82
versionName = '8.6.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1 @@
- Added support for SIP registrars that do not correctly handle nonce reuse.