- New version 8.3.6.

This commit is contained in:
Juha Heinanen
2019-06-06 17:25:51 +03:00
parent a1038c6908
commit b318177aee
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 72
versionName = '8.3.5'
versionCode = 73
versionName = '8.3.6'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Allow changing of contact name also when only case of letters differ.
- When restoring contacts, do not require that URIs are surrounded by angle brackets.