New version 77.4.0

This commit is contained in:
Juha Heinanen
2026-03-27 12:51:08 +02:00
parent 11cda6f14a
commit cc00848428
2 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
targetSdk = 36 targetSdk = 36
versionCode = 483 versionCode = 484
versionName = "77.3.1" versionName = "77.4.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,2 @@
- Baresip foregound service notification is now always visible also when Android version is 14 or newer
- New translations (Chinese and Czech)