New version 74.0.0

This commit is contained in:
Juha Heinanen
2025-12-26 06:01:42 +02:00
parent e3b56d7449
commit 520f272fb3
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 = 463
versionName = "73.0.3"
versionCode = 464
versionName = "74.0.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,4 @@
- Added Block Unknown account setting that allows blocking of calls and messages from peers not found in contacts
- Added Check Origin account setting that allows blocking of SIP requests whose source IP address does not match IP address where register requests are sent
- Added supported Transport Protocols setting
- New translations (Chinese and Russian)