Skip to content

Commit e40d02d

Browse files
committed
Bump version to 1.7.3 - SDK 3.1.8 + Approach S62
1 parent 880c9df commit e40d02d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- 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="3">
2-
<iq:application entry="ElPrimeroApp" id="2C83218064D49991A5F44E8292B3C90A" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.1" name="@Strings.AppName" type="watchface" version="1.7.2">
2+
<iq:application entry="ElPrimeroApp" id="2C83218064D49991A5F44E8292B3C90A" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.1" name="@Strings.AppName" type="watchface" version="1.7.3">
33
<iq:products>
4+
<iq:product id="approachs62"/>
45
<iq:product id="fenix5"/>
56
<iq:product id="fenix5plus"/>
67
<iq:product id="fenix5s"/>

resources/settings/properties.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<properties>
2-
<property id="appVersion" type="string">1.7.2</property>
2+
<property id="appVersion" type="string">1.7.3</property>
33
<property id="backgroundColor" type="number">85</property>
44
<property id="twoHertzMode" type="boolean">true</property>
55
<property id="utcOffset" type="number">0</property>

resources/strings/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<strings>
22
<string id="AppName">ElPrimero</string>
3-
<string id="InternalVersion">1.7.2</string>
3+
<string id="InternalVersion">1.7.3</string>
44
<string id="WeekDays">SUNMONTUEWEDTHUFRISAT</string>
55
<string id="Months">JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC</string>
66
<string id="Icons">ZABSN</string>

0 commit comments

Comments
 (0)