- Added 7.2.0 changelog file.
- Increased versions.
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode = 58
|
||||
versionName = '7.1.2'
|
||||
versionCode = 59
|
||||
versionName = '7.2.0'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
|
||||
3
fastlane/metadata/android/en-US/changelogs/7.2.0.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/7.2.0.txt
Normal file
@ -0,0 +1,3 @@
|
||||
- Added new config variable Listen Address that allows specifying an IP
|
||||
address (or all addresses) and a port at which baresip is listening at
|
||||
for SIP requests.
|
||||
Reference in New Issue
Block a user