New version 86.0.3

This commit is contained in:
Juha Heinanen
2026-06-30 19:48:38 +03:00
parent 6f42723ff9
commit 73cd983001
2 changed files with 6 additions and 2 deletions
+2 -2
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 = 523 versionCode = 524
versionName = "86.0.2" versionName = "86.0.3"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {
@@ -0,0 +1,4 @@
- Improved SIM card detection
- Do not create mobile account automatically
- Do not remove mobile account when role changes
- New translations (Chinese)