Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. --><iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="0">
<?xml version="1.0"?>
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. -->
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="0">
<iq:application entry="EveryTileApp" id="f3ecd644fa0d49969bef14150c864282" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="2.4.0" name="@Strings.AppName" type="datafield">
<iq:products>
<iq:product id="edge1030"/>
<iq:product id="edge1030bontrager"/>
<iq:product id="edge1030plus"/>
<iq:product id="edge1040"/>
<iq:product id="edge520plus"/>
<iq:product id="edge530"/>
<iq:product id="edge820"/>
Expand All @@ -17,5 +21,6 @@
<iq:languages>
<iq:language>eng</iq:language>
</iq:languages>
<iq:barrels/>
</iq:application>
</iq:manifest>
</iq:manifest>
2 changes: 1 addition & 1 deletion resources/properties/properties.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties>
<property id="appVersion" type="string">1.1.3</property>
<property id="appVersion" type="string">1.1.4</property>
<property id="homeLongitude" type="float">7.150607</property>
<property id="homeLatitude" type="float">51.267202</property>
<property id="bmapstr" type='string'></property>
Expand Down