- New version 16.0.1.

This commit is contained in:
Juha Heinanen
2020-02-09 04:30:24 +02:00
parent ccb0abb029
commit 4f76d72ea8
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -0,0 +1,2 @@
- Re-register UAs when a new active network becomes available or
when link properties change even if IP addresses remain the same.