New version 89.1.0

This commit is contained in:
Juha Heinanen
2026-08-17 08:16:51 +03:00
parent 3c19160bcb
commit b29ab2acd3
2 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 542
versionName = "89.0.1"
versionCode = 543
versionName = "89.1.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,3 @@
- Fixed bug that in some cases created two mobile account instances
- Added iLBC audio codec (currently only mode 20 is supported)
- Fixed restart notice after audio settings changes