Added dataJSON field to events table so we can store watch app version etc. with the event rather than every datapoint.

This commit is contained in:
Graham Jones
2022-04-11 23:47:15 +01:00
parent 9a07633276
commit 3e9ec5ed81
11 changed files with 119 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="100"
android:versionName="4.0.3">
android:versionName="4.0.4">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />