New version 56.2.0
This commit is contained in:
@ -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"
|
||||
|
||||
4
fastlane/metadata/android/en-US/changelogs/56.2.0.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/56.2.0.txt
Normal 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
|
||||
Reference in New Issue
Block a user