- New version 11.1.0.
This commit is contained in:
@ -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'
|
||||
|
||||
6
fastlane/metadata/android/en-US/changelogs/11.1.0.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/11.1.0.txt
Normal 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.
|
||||
Reference in New Issue
Block a user