New version 83.1.0

This commit is contained in:
Juha Heinanen
2026-06-06 17:55:53 +03:00
parent f6806b6b5a
commit 31ad6b57c1
2 changed files with 5 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 = 512 versionCode = 513
versionName = "83.0.1" versionName = "83.1.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
- Enabled copying of URIs to clipboard on calls and contact screens
- Removed tel: URI scheme when telephone number is shown on some screens
- New translations (several languages)