- New version 11.1.0.

This commit is contained in:
Juha Heinanen
2019-10-14 12:13:54 +03:00
parent 26cccaa1f4
commit 95eece554c
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 = 93
versionName = '11.0.0'
versionCode = 94
versionName = '11.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Added 'Bind Address' configuration variable that allows choosing which
network interface or IP address baresip is using.
- Always update status icon of accounts when resuming to main activity.
- Fixed crash when resuming to previously destroyed main activity.
- Correctly show active incoming call when resuming to main activity.
- Updated Spanish strings.