- Added 7.2.0 changelog file.

- Increased versions.
This commit is contained in:
Juha Heinanen
2019-05-04 17:25:38 +03:00
parent 3f861b575f
commit f2c1a0ea99
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 = 58
versionName = '7.1.2'
versionCode = 59
versionName = '7.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View 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.