- Updated versions and created new changelog file.

This commit is contained in:
Juha Heinanen
2019-05-20 08:35:41 +03:00
parent 97455d7ec8
commit b93733cabc
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 = 61
versionName = '7.4.0'
versionCode = 62
versionName = '8.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Added support for G.722.1 audio codec.
- Added support for WebRTC based audio echo cancellation (excludes Opus codec).
- Minor call notification changes.