New version 50.2.1

This commit is contained in:
Juha Heinanen
2023-02-16 08:40:25 +02:00
parent d7b6769e9d
commit 48981c3f9e
2 changed files with 4 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 = 251 versionCode = 252
versionName = '50.2.0' versionName = '50.2.1'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -0,0 +1,2 @@
- Audio routing related fixed for Android 12+ devices
- Use secondary dark color in codec name when in dark mode