Skip to content

Commit 340b82a

Browse files
committed
Built V4.2.3 for play store
1 parent 78f1a42 commit 340b82a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
OpenSeizureDetector Android App - Change Log
22
============================================
33

4-
V4.2.3c - Uses 3d accelerometer data to calculate magnitude if vector magnitude is not sent from data source.
5-
V4.2.3b - fixed latched alarms (Issue #146)
4+
V4.2.3 - Uses 3d accelerometer data to calculate magnitude if vector magnitude is not sent from data source.
5+
- fixed latched alarms (Issue #146)
6+
- fixed HR alarms selection issue (#153)
67
V4.2.2 - Added support for PineTime OSD Status reporting.
78
V4.2.1 - Added support for PineTime wathes using the Bluetooth Data Source
89
V4.1.0 - Added experimental support for neural network based seizure detector.

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:versionCode="137"
5-
android:versionName="4.2.3d">
5+
android:versionName="4.2.3">
66
<!-- android:allowBackup="false" -->
77
<uses-permission android:name="android.permission.BLUETOOTH" />
88
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

0 commit comments

Comments
 (0)