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