New version 88.1.0

This commit is contained in:
Juha Heinanen
2026-07-28 11:02:57 +03:00
parent 0a231f6542
commit 21d91fd5ac
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 = 534 versionCode = 535
versionName = "88.0.1" versionName = "88.1.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,2 @@
- Calls and messages are now backed up in JSON format (backup now to make sure that restore works in the future)
- Added icons to main screen menu items