New version 86.1.0

This commit is contained in:
Juha Heinanen
2026-07-04 13:32:57 +03:00
parent 66e364de40
commit f527c282c3
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 = 524 versionCode = 525
versionName = "86.0.3" versionName = "86.1.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,4 @@
- USSD and MMI code handling improvements
- Prevent un-necessary re-registration when checking out from account screen
- Prevent un-necessary config save and restart alert when checking out settings screen
- New translations (Spanish)