New version 64.0.0

This commit is contained in:
Juha Heinanen
2025-03-30 10:12:00 +03:00
parent 3460ca1cb5
commit 2f3ff134a2
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 35
versionCode = 416
versionName = "63.3.0"
versionCode = 417
versionName = "64.0.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
@@ -0,0 +1,2 @@
- Migrated of user interface to Jetpack Compose (may include bugs)
- Always try to use hardware Acoustic Echo Canceler if available