- Upgraded versions
- Added changelog file
This commit is contained in:
@ -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'
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/7.0.0.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/7.0.0.txt
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user