- New version 8.1.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 = 64
|
versionCode = 65
|
||||||
versionName = '8.0.2'
|
versionName = '8.1.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
- Obtain DNS server addresses dynamically from the system if DNS Servers
|
||||||
|
are not given in Configuration.
|
||||||
|
- If there is only one account, append account's domain to contact URI
|
||||||
|
given without hostpart.
|
||||||
Reference in New Issue
Block a user