Build test version to include new improved logging of Garmin Data Source
This commit is contained in:
BIN
app/release/app-release-3.6.1d.apk
Normal file
BIN
app/release/app-release-3.6.1d.apk
Normal file
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user