New version 71.1.1

This commit is contained in:
Juha Heinanen
2025-11-05 13:16:05 +02:00
parent b5a7457ef9
commit edc9fd4c9c
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 = 456
versionName = "71.1.0"
versionCode = 457
versionName = "71.1.1"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,3 @@
- Fixed possible crash related to attended transfer
- Show original call as being on hold when waiting for blind transfer
- Use Material3 colors also in Hold, Transfer, and Info buttons