New version 54.2.0

This commit is contained in:
Juha Heinanen
2023-04-15 20:29:40 +03:00
parent 277ab786fa
commit 8abb86b2c7
2 changed files with 5 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 23
targetSdkVersion 33
versionCode = 277
versionName = '54.1.0'
versionCode = 278
versionName = '54.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,3 @@
- Play busy tone when "486 Busy Here" or "603 Decline" response is received
- Avoid unnecessary re-registration when network capabilities change
- Simplified abandoning of audio focus