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
+2 -2
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 = 480 versionCode = 481
versionName = "77.2.1" versionName = "77.2.2"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {
@@ -0,0 +1,3 @@
- Avoid crash related to screen rotation
- Upstream fix related to SIP 183 Session Progress response
- Translations update (English, Finnish)