Meshtastic-Android/app/special/curfirmwareversion.xml

11 lines
446 B
XML
Raw Normal View History

2020-04-02 22:27:55 -07:00
<?xml version="1.0" encoding="utf-8"?>
2022-02-15 01:03:17 -03:00
<!-- This file is used by the android app for software updates.
It reflects the firmware version included in: ./app/src/main/assets/firmware/
Matches output from Meshtastic-device/bin/buildinfo.py 'long' & 'short' -->
2020-04-02 22:27:55 -07:00
<resources>
<string name="cur_firmware_version" translatable="false">0.2.0.abcdefg</string>
<string name="short_firmware_version" translatable="false">0.2.0</string>
2020-04-02 22:27:55 -07:00
</resources>