- New version 8.3.1.
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 67
|
versionCode = 68
|
||||||
versionName = '8.3.0'
|
versionName = '8.3.1'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
5
fastlane/metadata/android/en-US/changelogs/8.3.1.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/8.3.1.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- Don't set audio to communication mode when call is established,
|
||||||
|
because on some devices it adds 3-4 sec delay to playing of audio.
|
||||||
|
- Made Acoustic Echo Cancellation configurable.
|
||||||
|
- Enable call info button when it becomes visible.
|
||||||
|
- Use device's default theme when displaying spinners.
|
||||||
Reference in New Issue
Block a user