New version 65.3.0

This commit is contained in:
Juha Heinanen
2025-04-22 20:15:37 +03:00
parent ccb9bb9fc8
commit d7e019c21a
2 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 35
versionCode = 425
versionName = "65.2.1"
versionCode = 426
versionName = "65.3.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"