- New version 11.1.0.
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 93
|
versionCode = 94
|
||||||
versionName = '11.0.0'
|
versionName = '11.1.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user