New version 52.0.0

This commit is contained in:
Juha Heinanen
2023-03-08 04:39:03 +02:00
parent f06fc1f038
commit d1694a3ef0
2 changed files with 7 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 33
versionCode = 256
versionName = '51.2.0'
versionCode = 257
versionName = '52.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,5 @@
- Added support for selecting from multiple tel:/sip: URIs in Android
- contacts
- Active account now has to have Telephony Provider configured in order to
make call or send message to tel: URI
- New Portuguese (Brazil), Spanish, Swedish, and Finnish translations