New version 77.3.0

This commit is contained in:
Juha Heinanen
2026-03-12 07:38:51 +02:00
parent a75a6f1bca
commit 4037ab7923
2 changed files with 4 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 = 481 versionCode = 482
versionName = "77.2.2" versionName = "77.3.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,2 @@
- Added Unique Contact URI setting
- New translations (Chinese)