New version 80.1.0

This commit is contained in:
Juha Heinanen
2026-05-07 08:05:02 +03:00
parent fce020fa4a
commit 5608078c41
2 changed files with 7 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 500
versionName = "80.0.0"
versionCode = 501
versionName = "80.1.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,5 @@
- Show diverter (if exists) also in incoming call notification
- Added sender's avatar also to incoming message notification
- Reduced timeout of incoming calls to 60 sec
- Removed recommendation to disable battery optimizations
- New translations (Chinese, Finnish, Spanish)