New version 78.1.0

This commit is contained in:
Juha Heinanen
2026-04-14 08:48:47 +03:00
parent 7b8ed2ab45
commit 115e3804a6
2 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,8 @@ configure<ApplicationExtension> {
defaultConfig { defaultConfig {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
versionCode = 489 versionCode = 491
versionName = "78.0.2" versionName = "78.1.0"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,3 @@
- Added Custom Parameters account setting
- Retain value of account's Check Origin when Register is toggled
- New translations (Chinese)