New version 88.0.0

This commit is contained in:
Juha Heinanen
2026-07-22 18:05:09 +03:00
parent 2978ddc8af
commit c1b1681c4a
2 changed files with 7 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 532
versionName = "87.2.0"
versionCode = 533
versionName = "88.0.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,5 @@
- Improved contact mode selection in contacts screen menu
- Improved contacts screen search and new contact layout
- Match search string to contacts' TEL URIs also on main and chats screens
- Allow contact with name only
- Improved contact's edit layout