New version 24.3.0

This commit is contained in:
Juha Heinanen
2020-12-22 12:30:57 +02:00
parent 82252f6172
commit 431cce82b6
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode = 145 versionCode = 146
versionName = '24.2.0' versionName = '24.3.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Show dialpad automatically only when device orientation is portrait
- Don't play call waiting sound when second call comes in
- Improved About text