- New version 9.4.0.

This commit is contained in:
Juha Heinanen
2019-09-19 19:28:22 +03:00
parent 465f943198
commit b9784c4966
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 = 86
versionName = '9.3.0'
versionCode = 87
versionName = '9.4.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,4 @@
- Added "Restart" Main Activity menu option.
- When registration fails due to DNS lookup failure, try registration
once more after updating DNS servers.
- Small logging improvements.