New version 77.0.0

This commit is contained in:
Juha Heinanen
2026-02-04 04:19:53 +02:00
parent 42a60c0719
commit 9310d0d1e7
2 changed files with 8 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 = 475 versionCode = 476
versionName = "76.3.1" versionName = "77.0.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,6 @@
- Fixed crash related to deleting of messages
- Start automatically also when new version of baresip is installed
- Improved Audio Settings check
- Improved alert dialog background color
- Improved suggestion coloring
- New translations (Chinese and Hebrew)