New version 85.1.1

This commit is contained in:
Juha Heinanen
2026-06-27 19:39:34 +03:00
parent e87a06330a
commit 706945be3e
2 changed files with 9 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 518
versionName = "85.1.0"
versionCode = 519
versionName = "85.1.1"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,7 @@
- Improved detection if SIM card is available
- Do heavy startup operations in background thread to prevent UI hangs
- At resume to baresip, check if its default app roles have changed
- Allow default messaging role without being default calling app
- Show Battery Optimization setting only when baresip is not default calling or messaging app
- Removed support for old call history
- Fixed invalid "No network" warning in 85.1.0