New version 40.0.1
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode = 198
|
versionCode = 199
|
||||||
versionName = '40.0.0'
|
versionName = '40.0.1'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
5
fastlane/metadata/android/en-US/changelogs/40.0.1.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/40.0.1.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- Added Telephony Provider account configuration item
|
||||||
|
- Added support for tel URI as Callee value and Contact URI
|
||||||
|
- Prompt user for Telephony Provider account if needed to make the call
|
||||||
|
- Show account's STUN configuration items only if needed
|
||||||
|
- Improved handling of CALL action from other applications
|
||||||
Reference in New Issue
Block a user