New vwrsion 73.0.2

This commit is contained in:
Juha Heinanen
2025-12-12 12:35:54 +02:00
parent 643f9cfbd0
commit 25519ad27a
2 changed files with 4 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 = 461 versionCode = 462
versionName = "73.0.1" versionName = "73.0.2"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,2 @@
- Added proper response code and reason to user agent hangup calls
- Removed possible old recordings when baresip is restored