New version 67.1.0

This commit is contained in:
Juha Heinanen
2025-06-21 19:32:14 +03:00
parent d08f763545
commit c097f47b3f
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 = 439
versionName = "67.0.3"
versionCode = 440
versionName = "67.1.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"