New version 77.2.2

This commit is contained in:
Juha Heinanen
2026-03-10 05:18:23 +02:00
parent 1545e60fb4
commit e63175edab
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 = 480
versionName = "77.2.1"
versionCode = 481
versionName = "77.2.2"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,3 @@
- Avoid crash related to screen rotation
- Upstream fix related to SIP 183 Session Progress response
- Translations update (English, Finnish)