42 lines
904 B
YAML
42 lines
904 B
YAML
|
Categories:
|
||
|
- Connectivity
|
||
|
License: Apache-2.0
|
||
|
SourceCode: https://github.com/mustafa01ali/SensorsSandbox
|
||
|
IssueTracker: https://github.com/mustafa01ali/SensorsSandbox/issues
|
||
|
|
||
|
AutoName: Sensors Sandbox
|
||
|
Description: |-
|
||
|
Displays the list of all the available sensors on your device, choosing one of
|
||
|
them displays the data measured by the sensor in real-time using the Android
|
||
|
SensorManager API.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/mustafa01ali/SensorsSandbox
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.6'
|
||
|
versionCode: 6
|
||
|
disable: make ucm happy
|
||
|
commit: v1.6
|
||
|
|
||
|
- versionName: '1.7'
|
||
|
versionCode: 7
|
||
|
commit: v1.7
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
forceversion: true
|
||
|
forcevercode: true
|
||
|
|
||
|
- versionName: '1.8'
|
||
|
versionCode: 8
|
||
|
commit: v1.8
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.8'
|
||
|
CurrentVersionCode: 8
|