new version 80.1.1

This commit is contained in:
Juha Heinanen
2026-05-11 18:16:29 +03:00
parent ed1575e4c7
commit 22e676817a
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 = 501 versionCode = 502
versionName = "80.1.0" versionName = "80.1.1"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,4 @@
- TEL URI related bug fixes and improvements
- Turn proximity sensing off immediately when last call is closed
- Update status notification when call is answered
- New translations (Hebrew)