- New version 12.2.0.
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 = 98
|
versionCode = 99
|
||||||
versionName = '12.1.0'
|
versionName = '12.2.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
- Used new API functions 'net_set_address' and 'net_set_af' to implement
|
||||||
|
Prefer IPv6 functionality.
|
||||||
|
- Removed Bind Address from Settings (it didn't work as expected).
|
||||||
Reference in New Issue
Block a user