More WIP farebot, disabled for now
This commit is contained in:
parent
874f93bbcf
commit
018a5ff8dd
|
@ -1,5 +1,5 @@
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
License:GPLv3
|
License:GPLv3+
|
||||||
Web Site:http://codebutler.github.com/farebot
|
Web Site:http://codebutler.github.com/farebot
|
||||||
Source Code:https://github.com/codebutler/farebot
|
Source Code:https://github.com/codebutler/farebot
|
||||||
Issue Tracker:https://github.com/codebutler/farebot/issues
|
Issue Tracker:https://github.com/codebutler/farebot/issues
|
||||||
|
@ -12,8 +12,11 @@ Read data from MIFARE public transit cards using your NFC-equipped Android phone
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/codebutler/farebot
|
Repo:https://github.com/codebutler/farebot
|
||||||
|
|
||||||
Build Version:2.3.0,16,!Google Maps dependencies and missing keys 0f8fbd02f6,update=.;libs/ActionBarSherlock,target=Google Inc.:Google APIs:15,\
|
Build Version:2.4.1,18,!wip - missing keys, perhaps? ffcc3025f5d99ee,update=.;libs/ActionBarSherlock,target=Google Inc.:Google APIs:15,\
|
||||||
prebuild=echo "android.library.reference.1=libs/ActionBarSherlock" >> project.properties
|
prebuild=\
|
||||||
|
sed -i 's/android:debuggable="true"/android:debuggable="false"/' AndroidManifest.xml && \
|
||||||
|
sed -i 's/<uses-library android:name="com.google.android.maps"/<uses-library android:name="com.google.android.maps" android:required="false"/' AndroidManifest.xml && \
|
||||||
|
echo "android.library.reference.1=libs/ActionBarSherlock" >> project.properties
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
#Update Check Mode:Market
|
#Update Check Mode:Market
|
||||||
|
|
Loading…
Reference in a new issue