New version 86.0.2

This commit is contained in:
Juha Heinanen
2026-06-30 14:18:10 +03:00
parent 74a0e138e8
commit 9aa0674333
2 changed files with 5 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 = 521 versionCode = 522
versionName = "86.0.1" versionName = "86.0.2"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
- Improved SIM card detection
- Do not remove mobile account when role changes
- New translations (Chinese)