- New version 12.2.0.

This commit is contained in:
Juha Heinanen
2019-11-06 11:25:26 +02:00
parent f151a88201
commit 5d0c6fd428
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 98
versionName = '12.1.0'
versionCode = 99
versionName = '12.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Used new API functions 'net_set_address' and 'net_set_af' to implement
Prefer IPv6 functionality.
- Removed Bind Address from Settings (it didn't work as expected).