Skip to content

Commit

Permalink
add v1.1.0 exported app
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorijo91 committed Jun 23, 2023
1 parent cd51919 commit 2c1be6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Use "Monkey C: Edit Application" from the Visual Studio Code command palette
to update the application attributes.
-->
<iq:application id="5f8b9dfa-9467-4f61-a9ef-8885509d81cf" type="watch-app" name="@Strings.AppName" entry="garminpadelApp" launcherIcon="@Drawables.LauncherIcon" minApiLevel="2.4.0">
<iq:application id="68e60626-4a63-4319-a173-4c183df2f08d" type="watch-app" name="@Strings.AppName" entry="garminpadelApp" launcherIcon="@Drawables.LauncherIcon" minApiLevel="2.4.0">
<!--
Use the following from the Visual Studio Code comand palette to edit
the build targets:
Expand Down
Binary file added releases/garminpadel-v1_1_0.iq
Binary file not shown.
4 changes: 4 additions & 0 deletions releases/release.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
update screenshots and README
update resources/properties.xml
update app id in manifest.xml
PROD
68e60626-4a63-4319-a173-4c183df2f08d
BETA
5f8b9dfa-9467-4f61-a9ef-8885509d81cf
export app
mv garminpadel.iq garminpadel-v0_4_0.iq
git add releases
Expand Down
2 changes: 1 addition & 1 deletion resources/properties.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<properties>
<property id="AppVersion" type="string">1.1.0.beta</property>
<property id="AppVersion" type="string">1.1.0</property>
</properties>

0 comments on commit 2c1be6e

Please sign in to comment.