New version 70.0.0

This commit is contained in:
Juha Heinanen
2025-10-15 15:54:17 +03:00
parent d77d8d522d
commit eb1952a42e
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -0,0 +1,3 @@
- Added initial support for dynamic colors on many screens
- Improved showing and hiding of soft keyboard
- New translations (Chinese (Simplified Han script))