New version 83.1.1

This commit is contained in:
Juha Heinanen
2026-06-13 08:34:51 +03:00
parent d4c5eab8cf
commit d31e89e77d
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 = 513
versionName = "83.1.0"
versionCode = 514
versionName = "83.1.1"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,3 @@
- Allow mobile calling when device is in airplane mode and wifi calling is enabled
- Fixed showing of + character when making mobile call to international number
- New translations (several languages)