New version 78.1.1

This commit is contained in:
Juha Heinanen
2026-04-19 17:10:05 +03:00
parent 17b353fa40
commit 5742a1c3f7
2 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,8 @@ configure<ApplicationExtension> {
defaultConfig { defaultConfig {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
versionCode = 491 versionCode = 492
versionName = "78.1.0" versionName = "78.1.1"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
- Ensure that ringback and busy tone are played in communication mode
- Improved network and DNS server update management
- New translations (Spanish)