New version 49.2.0

This commit is contained in:
Juha Heinanen
2022-12-12 07:47:27 +02:00
parent 292dbd275d
commit 66fe3d3279
2 changed files with 6 additions and 3 deletions

View File

@ -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'
}

View File

@ -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