New version 73.0.1

This commit is contained in:
Juha Heinanen
2025-12-09 02:52:19 +02:00
parent 20bfa459f2
commit 8a000187fb
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -0,0 +1,3 @@
- Use compose based call timer
- Fixed possible race condition when screen is rotated
- New translations (Chinese)