Skip to content

Commit

Permalink
Update to latest SDK and new devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnage committed May 2, 2019
1 parent a9fca3f commit 4b29f3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions manifest-deploy.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 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">
<iq:application entry="DigitalSimplicityApp" id="4bed8f12d5a3471d896a242356411bd7" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.3.0">
<iq:application entry="DigitalSimplicityApp" id="4bed8f12d5a3471d896a242356411bd7" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.3.1">
<iq:products>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
Expand All @@ -11,9 +11,12 @@
<iq:product id="fenix5splus"/>
<iq:product id="fenix5x"/>
<iq:product id="fenix5xplus"/>
<iq:product id="fr245"/>
<iq:product id="fr245m"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="marqathlete"/>
<iq:product id="marqaviator"/>
<iq:product id="marqcaptain"/>
Expand All @@ -24,7 +27,6 @@
<iq:product id="vivoactive3m"/>
<iq:product id="vivoactive3mlte"/>
<iq:product id="vivolife"/>
<iq:product id="wearable2019"/>
</iq:products>
<iq:permissions>
<iq:uses-permission id="Positioning"/>
Expand Down
6 changes: 4 additions & 2 deletions manifest-test.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 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">
<iq:application entry="DigitalSimplicityApp" id="d48b28f7ca2c4f5d8b82e9c5ffc7f00b" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppNameTest" type="watchface" version="1.3.0.test">
<iq:application entry="DigitalSimplicityApp" id="d48b28f7ca2c4f5d8b82e9c5ffc7f00b" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppNameTest" type="watchface" version="1.3.1.test">
<iq:products>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
Expand All @@ -11,9 +11,12 @@
<iq:product id="fenix5splus"/>
<iq:product id="fenix5x"/>
<iq:product id="fenix5xplus"/>
<iq:product id="fr245"/>
<iq:product id="fr245m"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="marqathlete"/>
<iq:product id="marqaviator"/>
<iq:product id="marqcaptain"/>
Expand All @@ -24,7 +27,6 @@
<iq:product id="vivoactive3m"/>
<iq:product id="vivoactive3mlte"/>
<iq:product id="vivolife"/>
<iq:product id="wearable2019"/>
</iq:products>
<iq:permissions>
<iq:uses-permission id="Positioning"/>
Expand Down

0 comments on commit 4b29f3b

Please sign in to comment.