New version 65.1.0

This commit is contained in:
Juha Heinanen
2025-04-18 09:44:53 +03:00
parent df07c7d971
commit 34cfdbd1ac
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 = 35 targetSdk = 35
versionCode = 422 versionCode = 423
versionName = "65.0.0" versionName = "65.1.0"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++" cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,2 @@
- Restored swipe left/right gesture to toggle between accounts
- Account and Settings user interface fixes and improvements