New version 39.0.0

This commit is contained in:
Juha Heinanen
2022-01-22 16:08:31 +02:00
parent 2b23aed3b6
commit ebbe6328c9
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 31
versionCode = 195
versionName = '38.0.0'
versionCode = 196
versionName = '39.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Improved display of call history time value in call history list
- Added call details activity that can be accessed by touching time in
call history list
- Fixed showing of avatars in contact, call, and chat lists
- Allow cancelling of answered call that waits to be established
- New Portuguese, Portuguese Brazil, Swedish, and Norwegian translations