New version 83.0.0

This commit is contained in:
Juha Heinanen
2026-06-02 08:52:26 +03:00
parent 418b96a3ca
commit 51599a26d7
2 changed files with 8 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 510
versionName = "82.2.2"
versionCode = 511
versionName = "83.0.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,6 @@
- Added possibility to add labels to contacts
- When showing name of contact, show also label when appropriate
- Do not show Android system bar mic icon when call is muted
- Backup/restore fixes and improvements
- New translations (Chinese and French)