the firmware version xml file should not be checked in, it is used directly

by the android build and derived from version.sh
This commit is contained in:
geeksville 2020-03-18 18:51:18 -07:00
parent 534691f0c2
commit 2161ce21df
2 changed files with 1 additions and 9 deletions

1
release/latest/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
curfirmwareversion.xml

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is kept in source control because it reflects the last stable
release. It is used by the android app for forcing software updates. Do not edit.
Generated by bin/buildall.sh -->
<resources>
<string name="cur_firmware_version">0.1.7</string>
</resources>