New version 30.2.0

This commit is contained in:
Juha Heinanen
2021-05-20 09:28:29 +03:00
parent 47569684f7
commit c01b7ef0c5
2 changed files with 8 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 30
versionCode = 166
versionName = '30.1.0'
versionCode = 167
versionName = '30.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Added support for AMR codec Bandwidth Efficient Mode
- Allow escaped characters in SIP URI user part and authentication username
- Use coroutine instead of async task to fetch account config from network
- In Android 10+ use picker to choose TLS Certificate and TLS CA Files
- Ask confirmation to reset settings to factory defaults
- New translations (Portuguese and Portuguese (Brazil))