New version 83.2.0

This commit is contained in:
Juha Heinanen
2026-06-15 09:16:45 +03:00
parent dcfb552434
commit d4aa627e1a
2 changed files with 6 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
targetSdk = 36 targetSdk = 36
versionCode = 514 versionCode = 515
versionName = "83.1.1" versionName = "83.2.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,4 @@
- Added "Block Hidden" account setting
- Allow tel: URI in as SIP account Voicemail URI
- Improved rejection toast messages
- New translations (Chinese, Hebrew)