New version 68.1.2

This commit is contained in:
Juha Heinanen
2025-08-09 19:15:43 +03:00
parent 88ff0bc02f
commit 55298d885a
2 changed files with 6 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 444
versionName = "68.1.1"
versionCode = 445
versionName = "68.1.2"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"