New version 59.4.2

This commit is contained in:
Juha Heinanen
2024-02-16 00:58:12 +02:00
parent 27975e08f6
commit 263a4922a8
2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode = 390 versionCode = 391
versionName = '59.4.1' versionName = '59.4.2'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,2 @@
- Upstream, by default, denied incoming messages. Can be allowed again
by making any change in configuration of an account.