New version 21.2.0

This commit is contained in:
Juha Heinanen
2020-09-09 09:13:43 +03:00
parent b03de063f3
commit 2a4ae9ee0f
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 136
versionName = '21.1.0'
versionCode = 137
versionName = '21.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Added AMR-WB (Adaptive Multi-Rate Wideband) speech codec.
- Added Licenses section to About text.
- New Portuguese (Brazil) translations.