- New version 8.1.0.

This commit is contained in:
Juha Heinanen
2019-05-26 10:32:03 +03:00
parent 682f7d7bbe
commit b8083c9d26
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 64
versionName = '8.0.2'
versionCode = 65
versionName = '8.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

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