New version 64.3.0

This commit is contained in:
Juha Heinanen
2025-04-09 17:27:03 +03:00
parent b26c31f29c
commit 54d8a19b39
2 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 35
versionCode = 419
versionName = "64.2.0"
versionCode = 420
versionName = "64.3.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,3 @@
- Fixed handling of DTMF backspace character
- Chat and contact related UI improvements
- Use background color also in system bars