- Added 7.2.0 changelog file.
- Increased versions.
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 = 58
|
versionCode = 59
|
||||||
versionName = '7.1.2'
|
versionName = '7.2.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -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