New version 42.0.0

This commit is contained in:
Juha Heinanen
2022-02-19 08:43:52 +02:00
parent 46635e5817
commit 5c904c09b6
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 31
versionCode = 201
versionName = '41.0.0'
versionCode = 202
versionName = '42.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Replaced 'Show Android Contacts' setting with 'Contacts' setting that allows to choose if baresip contacts, Android contacts, or both are used
- Contact name <-> contact URI mapping fixes and improvements
- Avoid crash when Android forces baresip app restart