New version 86.0.0

This commit is contained in:
Juha Heinanen
2026-06-29 08:44:52 +03:00
parent 842ceda34f
commit de24c80d17
2 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 519
versionName = "85.1.1"
versionCode = 520
versionName = "86.0.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,3 @@
- Added support to mobile account for Unstructured Supplementary Service Data (USSD)
- Fixed matching of blocking rules to incoming mobile calls
- New translations (Czech, Indonesian)