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
+2 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode = 256 versionCode = 257
versionName = '51.2.0' versionName = '52.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -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