- New version 8.3.3.

This commit is contained in:
Juha Heinanen
2019-06-04 20:26:06 +03:00
parent 0925454c54
commit 66fce98c9c
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 69 versionCode = 70
versionName = '8.3.2' versionName = '8.3.3'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Get DNS servers dynamically also when baresip is started the very first time.
- Avoid possible crash when getting account's audio codecs.