- New version 16.0.0.

This commit is contained in:
Juha Heinanen
2020-02-08 22:50:21 +02:00
parent 57304c32d0
commit 9bfbcf2c5f
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 106
versionName = '15.1.1'
versionCode = 107
versionName = '16.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Replaced global setting "Prefer IPv6" with account specific "Prefer IPv6 Media" setting.
- Improved handling of changes in network connectivity.
- Do not require port in IPv6 outbound URI.
- Abandoned audio focus also at quit if not already done earlier.
- Added initial Russian language support.
- Updated some Norwegian strings.