- New version 18.1.0.

This commit is contained in:
Juha Heinanen
2020-05-03 16:14:27 +03:00
parent 2e114cf15d
commit 8ea2f8ce5c
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 = 120 versionCode = 121
versionName = '18.0.1' versionName = '18.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Improved configuration of account's audio codecs.
- Always show incoming call (if any) when baresip is resumed.
- Improved and fixed resuming to non-main activities.