- New version 8.5.1.
This commit is contained in:
@ -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'
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/8.5.1.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/8.5.1.txt
Normal 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.
|
||||
Reference in New Issue
Block a user