New version 81.1.0

This commit is contained in:
Juha Heinanen
2026-05-16 10:28:50 +03:00
parent 2084768819
commit 1db6c4b1c9
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 = 503 versionCode = 504
versionName = "81.0.0" versionName = "81.1.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,4 @@
- When answer mode is auto, play ringing sound for 2 seconds before answering
- Call button alignment improvements
- Abandon audio focus when call is closed
- New translations (Chinese)