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
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode = 224 versionCode = 225
versionName = '47.0.0' versionName = '47.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,2 @@
- Added support for SIP UPDATE method (RFC 3311)
- Upstream fix of early audio (183 Session Progress) related bug