New version 86.2.1

This commit is contained in:
Juha Heinanen
2026-07-15 19:59:47 +03:00
parent b53511a7b8
commit 775c64b279
2 changed files with 4 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 = 527 versionCode = 528
versionName = "86.2.0" versionName = "86.2.1"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,2 @@
- Fixed handling of missed mobile call notifications
- New translations (Spanish)