- New version 8.4.2.

This commit is contained in:
Juha Heinanen
2019-06-22 11:01:18 +03:00
parent 82e9a4d053
commit ff0b354efc
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 75 versionCode = 76
versionName = '8.4.1' versionName = '8.4.2'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,3 @@
- Update DNS servers and register UAs always network becomes available.
- Fixed and updated some texts.