New version 56.2.0

This commit is contained in:
Juha Heinanen
2023-05-16 17:13:43 +03:00
parent 77de42b60b
commit 8afb6f4eb8
2 changed files with 7 additions and 3 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 23
targetSdkVersion 33
versionCode = 285
versionName = '56.1.0'
versionCode = 286
versionName = '56.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'
@ -68,7 +68,7 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "androidx.preference:preference-ktx:1.2.0"
implementation "androidx.exifinterface:exifinterface:1.3.6"
implementation "androidx.core:core-ktx:1.10.0"
implementation "androidx.core:core-ktx:1.10.1"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.activity:activity-ktx:1.7.1"

View File

@ -0,0 +1,4 @@
- Added separate jitter buffer delays for audio and video
- In call info, show packets, lost, and jitter as ?/? if info is not available
- Upstream fix that now allows escaped characters in account's <user> part
- New Czech translations