New release 28.1.0

This commit is contained in:
Juha Heinanen
2021-02-15 11:37:13 +02:00
parent 0331fe1f9d
commit 9bd65e46ec
2 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode = 156 versionCode = 157
versionName = '28.0.0' versionName = '28.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Improved finding of a contact that matches a SIP URI
- Toolbar and menu style enhancements