New version 82.2.1

This commit is contained in:
Juha Heinanen
2026-05-25 10:59:31 +03:00
parent c3c9a96537
commit 977f5a4a22
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 = 508 versionCode = 509
versionName = "82.2.0" versionName = "82.2.1"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,4 @@
- When mobile account is selected, disable account spinner long touch and screen swipe
- Do not show top bar record icon when mobile account is selected
- Turn mobile account status to red when mobile connectivity is lost
- Try to avoid call state change related crashes