New version 46.0.0

This commit is contained in:
Juha Heinanen
2022-05-29 14:16:10 +03:00
parent e58707317e
commit 15d25aa6a6
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 32
versionCode = 217
versionName = '45.1.2'
versionCode = 218
versionName = '46.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,5 @@
- Added possibility to turn on/off account's registration via
broadcast intents (see Wiki for details)
- Upstream addition of DNS query caching
- Upstream fix of ICE candidate priorities
- Increased Android target API level to 32 (Android 12L)