New version 47.1.0

This commit is contained in:
Juha Heinanen
2022-07-16 17:00:10 +03:00
parent b04ed4a2cb
commit 7338aa3a2b
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 32
versionCode = 224
versionName = '47.0.0'
versionCode = 225
versionName = '47.1.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Added support for SIP UPDATE method (RFC 3311)
- Upstream fix of early audio (183 Session Progress) related bug