New version 66.1.1

This commit is contained in:
Juha Heinanen
2025-04-30 14:16:01 +03:00
parent b8c2f80414
commit d930081820
2 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
targetSdk = 35 targetSdk = 35
versionCode = 428 versionCode = 429
versionName = "66.1.0" versionName = "66.1.1"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++" cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,5 @@
- Added Numeric Keypad account settings
- Added tooltips to main activity top app bar icons
- Show account's full SIP URI on Account page
- Restored unsent new message after pause/resume
- New translations (Japanese and Tamil)