New version 88.1.4

This commit is contained in:
Juha Heinanen
2026-08-10 15:44:07 +03:00
parent fb952c98a4
commit e93162d7c8
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 = 538 versionCode = 539
versionName = "88.1.3" versionName = "88.1.4"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
- Do not create Mobile account if SIM is data-only
- Improved Unique Contact URI help text
- New translations (Chinese)