Built V4.2.3 for play store

This commit is contained in:
Graham Jones
2024-03-24 16:42:43 +00:00
parent 78f1a42577
commit 340b82ad1b
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
OpenSeizureDetector Android App - Change Log
============================================
V4.2.3c - Uses 3d accelerometer data to calculate magnitude if vector magnitude is not sent from data source.
V4.2.3b - fixed latched alarms (Issue #146)
V4.2.3 - Uses 3d accelerometer data to calculate magnitude if vector magnitude is not sent from data source.
- fixed latched alarms (Issue #146)
- fixed HR alarms selection issue (#153)
V4.2.2 - Added support for PineTime OSD Status reporting.
V4.2.1 - Added support for PineTime wathes using the Bluetooth Data Source
V4.1.0 - Added experimental support for neural network based seizure detector.

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="137"
android:versionName="4.2.3d">
android:versionName="4.2.3">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />