New version 77.1.0

This commit is contained in:
Juha Heinanen
2026-02-14 04:31:48 +02:00
parent 4c20d6d8ec
commit d8af211f80
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 = 476
versionName = "77.0.0"
versionCode = 477
versionName = "77.1.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,5 @@
- Migrated alert dialogs to Material design style
- Improved dropdown menu coloring
- Added timeout for getting account template from network
- Fixed call redirect URI
- New translations (Hebrew)