New version 51.1.0

This commit is contained in:
Juha Heinanen
2023-03-01 01:23:11 +02:00
parent b892dc20dc
commit 7d37cd9b92
2 changed files with 8 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 = 254 versionCode = 255
versionName = '51.0.0' versionName = '51.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -0,0 +1,6 @@
- Added registration interval account setting
- Use Telephony Provider also when sending messages to tel URIs
- Now also ( and ) characters are accepted in telephone number
- Fixed posting notifications in later Android versions
- Improved permission handling in later Android versions
- New Spanish, Portuguese (Brazil)), and Swedish translations