New version 59.0.2 (replaces 59.0.1)

This commit is contained in:
Juha Heinanen
2023-10-20 10:46:41 +03:00
parent e6130d626b
commit f60011bb22
2 changed files with 6 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 23
targetSdkVersion 34
versionCode = 294
versionName = '59.0.1'
versionCode = 295
versionName = '59.0.2'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'