- Upgraded versions
- Added changelog file
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 54
|
versionCode = 55
|
||||||
versionName = '6.4.0'
|
versionName = '7.0.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
Reference in New Issue
Block a user