diff --git a/app/build.gradle b/app/build.gradle index 69a73633..56d1632c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 33 - versionCode = 239 - versionName = '49.1.3' + versionCode = 240 + versionName = '49.2.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' @@ -68,6 +68,6 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.activity:activity-ktx:1.6.1" - implementation "androidx.fragment:fragment-ktx:1.5.4" + implementation "androidx.fragment:fragment-ktx:1.5.5" implementation 'androidx.media:media:1.6.0' } diff --git a/fastlane/metadata/android/en-US/changelogs/49.2.0.txt b/fastlane/metadata/android/en-US/changelogs/49.2.0.txt new file mode 100644 index 00000000..9892e812 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.2.0.txt @@ -0,0 +1,3 @@ +- Added "RTCP Multiplexing" account setting +- Distributes action buttons evenly at the bottom of main activity +- Used colorSecondaryDark as text view hint color