New version 23.1.0

This commit is contained in:
Juha Heinanen
2020-11-28 17:07:12 +02:00
parent ef080db68d
commit b5326331f8
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 140
versionName = '23.0.0'
versionCode = 141
versionName = '23.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,4 @@
- Added G.729 audio codec.
- Added a Setting to turn on/off tracing of SIP messages to logcat.
- STUN/TURN Server URI schemes 'stuns' and 'turns' are not currently supported.
- New Portuguese (Brazil) string translations.