New version 49.0.0

This commit is contained in:
Juha Heinanen
2022-09-13 11:57:26 +03:00
parent 10150bb954
commit 7f30e88f92
2 changed files with 5 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode = 231 versionCode = 232
versionName = '48.2.0' versionName = '49.0.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,3 @@
- Improved selection and ordering of account's audio codecs
- Due to problems, disabled DNS query cache
- Migration to Android API 33