New version 70.0.1

This commit is contained in:
Juha Heinanen
2025-10-18 17:02:10 +03:00
parent 24a0a771d2
commit 5f9ac0af19
2 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 451
versionName = "70.0.0"
versionCode = 452
versionName = "70.0.1"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,3 @@
- Retain account and settings modifications until check or back button is clicked
- Use TLS CA File certificates also when pre-configuring account from network
- Do not leave Settings in case of input error