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