- Upgraded versions

- Added changelog file
This commit is contained in:
Juha Heinanen
2019-04-24 13:50:19 +03:00
parent 2bdfd48264
commit aad0db71ce
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 54
versionName = '6.4.0'
versionCode = 55
versionName = '7.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,5 @@
- Added support for IPv6 (not tested due to lack of access to IPv6 network).
- Added "Prefer IPv6" configuration option.
- Added "Reset to Factory Default" configuration option.
- At Quit, make sure that also baresip task is stopped.