New version 81.0.0

This commit is contained in:
Juha Heinanen
2026-05-14 09:35:55 +03:00
parent 697ee7d17e
commit 75c7bc69e9
2 changed files with 4 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 = 502 versionCode = 503
versionName = "80.1.1" versionName = "81.0.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {
@@ -0,0 +1,2 @@
- baresip app can now be used as the default phone app supporting also mobile calling (see About screen Usage Hints)
- This is major upgrade and may contain bugs