diff --git a/app/build.gradle b/app/build.gradle index 62a80e83..b260abe3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/56.2.0.txt b/fastlane/metadata/android/en-US/changelogs/56.2.0.txt new file mode 100644 index 00000000..881f348b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/56.2.0.txt @@ -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 part +- New Czech translations