New version 50.2.2 due to upstream changes

This commit is contained in:
Juha Heinanen
2023-02-16 21:09:01 +02:00
parent 4bbbd6c429
commit 28b6c35675
3 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 33
versionCode = 252
versionName = '50.2.1'
versionCode = 253
versionName = '50.2.2'
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