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

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 35
versionCode = 423
versionName = "65.1.0"
versionCode = 424
versionName = "65.2.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"