V4.1.5 - Added progress spinner to export data screen, added header to exported .csv file, fixed another notification crash.

Fixes #84, #85, #90
This commit is contained in:
Graham Jones
2023-06-06 20:45:48 +01:00
parent 70e7e2852b
commit c3f31e4c3f
5 changed files with 53 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="118"
android:versionName="4.1.4">
android:versionCode="119"
android:versionName="4.1.5">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />