diff --git a/app/build.gradle b/app/build.gradle index 119b3fdf..d57cd0b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/fastlane/metadata/android/en-US/changelogs/8.5.1.txt b/fastlane/metadata/android/en-US/changelogs/8.5.1.txt new file mode 100644 index 00000000..148ee610 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.5.1.txt @@ -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.