New version 64.2.0

This commit is contained in:
Juha Heinanen
2025-04-08 13:54:45 +03:00
parent 5254cc5b76
commit 3bffd7877a
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -0,0 +1,4 @@
- Added vertical scrollbars to Settings, Account, and Audio activities
- Fixed call and transfer URI suggestions handling
- Dialog style improvements
- New translations (Portuguese)