New version 73.0.0

This commit is contained in:
Juha Heinanen
2025-12-07 07:51:58 +02:00
parent bcbb76bff1
commit 2804609dea
2 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
targetSdk = 36 targetSdk = 36
versionCode = 459 versionCode = 460
versionName = "72.0.0" versionName = "73.0.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
- After restore, cleared recorded call indications from calls and call details screens
- On call details screen, added possibility to save call recording by long click on call duration and to delete call history by long click on call time value
- Added progress bar and stop button to play recording dialog