New version 49.3.1

This commit is contained in:
Juha Heinanen
2022-12-15 06:13:00 +02:00
parent 23eec09597
commit c49da8dbfa
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode = 241 versionCode = 242
versionName = '49.3.0' versionName = '49.3.1'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -0,0 +1,4 @@
- Added "RTCP Multiplexing" account setting
- Distributes action buttons evenly at the bottom of main activity
- Used colorSecondaryDark as text view hint color
- Show correct status notification when there is no registered UAs