- New version 8.5.1.

This commit is contained in:
Juha Heinanen
2019-07-17 09:54:03 +03:00
parent a26e970f25
commit 69f958da02
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 79
versionName = '8.5.0'
versionCode = 80
versionName = '8.5.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,2 @@
- Moved handling of proximity sensing from MainActivity to BaresipService.
- Fixed crash when call or message comes in and MainActivity is not running.