New version 64.0.0

This commit is contained in:
Juha Heinanen
2025-03-30 10:06:28 +03:00
parent 3460ca1cb5
commit 2f3ff134a2
2 changed files with 4 additions and 2 deletions

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++"