- New version 10.4.0.
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode = 91
|
||||
versionName = '10.3.0'
|
||||
versionCode = 92
|
||||
versionName = '10.4.0'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
|
||||
6
fastlane/metadata/android/en-US/changelogs/10.4.0.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/10.4.0.txt
Normal file
@ -0,0 +1,6 @@
|
||||
- Allow deletion of account's chat history via chats activity menu item.
|
||||
- Ask confirmation before deleting chat and call history.
|
||||
- Improved updating of main activity voicemail, chat, and call icons.
|
||||
- Go directly to Accounts activity when baresip is started without any accounts.
|
||||
- Swapped positions of call Accept and Reject buttons.
|
||||
- Do not allow terminating outgoing call before call attempt has started.
|
||||
Reference in New Issue
Block a user