- New version 11.2.0.

This commit is contained in:
Juha Heinanen
2019-10-15 14:21:49 +03:00
parent 4116c2045e
commit 014014f48b
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 94
versionName = '11.1.0'
versionCode = 95
versionName = '11.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Added support for AMR narrowband codec.
- Added Bulgarian strings.
- Renamed main menu Configuration item to Settings.