- Upgraded versions and added changelog

This commit is contained in:
Juha Heinanen
2019-04-20 16:11:26 +03:00
parent b1372f1f1b
commit b47f585257
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 53
versionName = '6.3.1'
versionCode = 54
versionName = '6.4.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Added possibility to set an account as the default account.
- Show red messages icon when unread messages exist.
- Ask PIN to release key guard when Callee URI is clicked.
- Fixed call, message, and call transfer actions when initiated from notifications.
- Fixed sending a message from contacts or call history.
- Used SingleTask instead of SingleTop as Main Activity launch mode.