New version 68.1.0

This commit is contained in:
Juha Heinanen
2025-08-06 16:44:40 +03:00
parent ac574675b0
commit aaa9df4f90
2 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 442
versionName = "68.0.0"
versionCode = 443
versionName = "68.1.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"