New version 50.2.0

This commit is contained in:
Juha Heinanen
2023-02-16 08:01:25 +02:00
parent e58d20aaa4
commit caaaa33633
2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 33
versionCode = 250
versionName = '50.1.5'
versionCode = 251
versionName = '50.2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,2 @@
- Audio routing related fixed for Android 12+ devices
- Use secondary dark color in codec name when in dark mode