New version 65.2.0

This commit is contained in:
Juha Heinanen
2025-04-19 09:56:12 +03:00
parent 68d3ef3699
commit e163a6ef35
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
targetSdk = 35 targetSdk = 35
versionCode = 423 versionCode = 424
versionName = "65.1.0" versionName = "65.2.0"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++" cFlags += "-DHAVE_INTTYPES_H -lstdc++"
@@ -0,0 +1,3 @@
- Improved pull-to-register look and implementation
- Make sure bluetoothreceiver is registered before unregistering it
- Fixed back press action for API < 33 compatibility