New release 78.1.2

This commit is contained in:
Juha Heinanen
2026-04-20 09:44:24 +03:00
parent 5742a1c3f7
commit 478c4ed8e0
3 changed files with 9 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 = 492 versionCode = 493
versionName = "78.1.1" versionName = "78.1.2"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@raw/ringback_*,@raw/busy_*,@raw/callwaiting_*" />

View File

@ -0,0 +1,4 @@
- Prevent Google from removing ringback, busy and call waiting tones
- Ensure that ringback and busy tone are played in communication mode
- Improved network and DNS server update management
- New translations (Spanish)