rewrite yml: eu.lighthouselabs.obd.reader
This commit is contained in:
parent
17ffac88de
commit
31a25e9b5a
|
|
@ -1,30 +0,0 @@
|
|||
Categories:Science & Education
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/pires/android-obd-reader
|
||||
Issue Tracker:https://github.com/pires/android-obd-reader/issues
|
||||
|
||||
Name:Android OBD-II Reader
|
||||
Summary:Car diagnostics
|
||||
Description:
|
||||
OBD II reader, designed to connect to a bluetooth Elm327 OBD reader.
|
||||
|
||||
This app is no longer maintained, please check [[com.github.pires.obd.reader]]
|
||||
for updated versions.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/pires/android-obd-reader.git
|
||||
|
||||
Build:1.3,10
|
||||
commit=c039790d9
|
||||
subdir=obd-reader
|
||||
prebuild=sed -i 's/android:enabled="false"//g' res/xml/preferences.xml && \
|
||||
printf 'source.dir=src;../obd-api/src' > ant.properties && \
|
||||
rm -rf ../obd-api/src/test
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.3
|
||||
Current Version Code:10
|
||||
32
metadata/eu.lighthouselabs.obd.reader.yml
Normal file
32
metadata/eu.lighthouselabs.obd.reader.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/pires/android-obd-reader
|
||||
IssueTracker: https://github.com/pires/android-obd-reader/issues
|
||||
|
||||
Name: Android OBD-II Reader
|
||||
Summary: Car diagnostics
|
||||
Description: |-
|
||||
OBD II reader, designed to connect to a bluetooth Elm327 OBD reader.
|
||||
|
||||
This app is no longer maintained, please check [[com.github.pires.obd.reader]]
|
||||
for updated versions.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pires/android-obd-reader.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.3'
|
||||
versionCode: 10
|
||||
commit: c039790d9
|
||||
subdir: obd-reader
|
||||
prebuild:
|
||||
- sed -i 's/android:enabled="false"//g' res/xml/preferences.xml
|
||||
- printf 'source.dir=src;../obd-api/src' > ant.properties
|
||||
- rm -rf ../obd-api/src/test
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 10
|
||||
Loading…
Reference in a new issue