Build test version to include new improved logging of Garmin Data Source

This commit is contained in:
Graham Jones
2020-11-05 13:52:03 +00:00
parent 561e570eb1
commit 1a0667e778
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 76,
"versionName": "3.6.1c",
"versionCode": 77,
"versionName": "3.6.1d",
"enabled": true,
"outputFile": "app-release.apk"
}

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="76"
android:versionName="3.6.1c">
android:versionCode="77"
android:versionName="3.6.1d">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />