- New version 18.1.2.

This commit is contained in:
Juha Heinanen
2020-05-04 20:16:14 +03:00
parent a3d138bafe
commit b84a318be5
2 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 122
versionName = '18.1.1'
versionCode = 123
versionName = '18.1.2'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,3 @@
- Fixed crash when returning to the previous activity after received
call or message.
- Better handling of proximity sensor and speaker phone.