New version 80.0.0

This commit is contained in:
Juha Heinanen
2026-05-03 12:11:30 +03:00
parent 1604bbc407
commit b1d7eb6169
2 changed files with 6 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 = 499 versionCode = 500
versionName = "79.3.0" versionName = "80.0.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,4 @@
- Bottom navigation bar color now matches screen background color
- In case incoming call is diverted, show also diverter
- Fixed possible crash when showing incoming call notification