Skip to content

Commit

Permalink
release for v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed Jul 3, 2024
1 parent 5df343f commit cfa9c14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
<iq:application version="2.2.3" entry="iHIIT" id="5fa082b017864e7fa1f3ec51bb340e8a" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.4.0" name="@Strings.app_name" type="watch-app">
<iq:application version="2.2.4" entry="iHIIT" id="5fa082b017864e7fa1f3ec51bb340e8a" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.4.0" name="@Strings.app_name" type="watch-app">
<iq:products>
<iq:product id="approachs60"/>
<iq:product id="approachs62"/>
Expand Down
5 changes: 1 addition & 4 deletions monkey.jungle
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
project.manifest = manifest.xml

# Device Specific
vivoactive4.resourcePath = $(vivoactive4.resourcePath);resource_overrides/device/vivoactive4

# Internationalization
base.lang.ita = $(base.lang.ita);resource_overrides/lang/ita
# base.lang.ita = $(base.lang.ita);resource_overrides/lang/ita
4 changes: 2 additions & 2 deletions source/iHIIT.mc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class iHIIT extends App.AppBase {

// Return the initial view of the application
public function getInitialView() {
// return controller.getInitialApplicationView();
return controller.getInitialApplicationTestView();
return controller.getInitialApplicationView();
// return controller.getInitialApplicationTestView();
}

// Hook called on application start up
Expand Down

0 comments on commit cfa9c14

Please sign in to comment.