Skip to content

Commit

Permalink
add v1.11.0 exported app
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorijo91 committed Aug 27, 2024
1 parent d2005a2 commit f8481fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added releases/garminpadel-v1_11_0.iq
Binary file not shown.
2 changes: 1 addition & 1 deletion releases/scripts/export.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

echo "exporting app"
java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /Users/pedro/Library/Application\ Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-6.4.2-2024-01-04-a1dd13ee0/bin/monkeybrains.jar -o /Users/pedro/repos/garmin/garminpadel/releases/garminpadel.iq -f /Users/pedro/repos/garmin/garminpadel/monkey.jungle -y /Users/pedro/repos/garmin/developer_key -e -r -w
java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /Users/pedro/Library/Application\ Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-7.3.0-2024-08-27-36488f6f5/bin/monkeybrains.jar -o /Users/pedro/repos/garmin/garminpadel/releases/garminpadel.iq -f /Users/pedro/repos/garmin/garminpadel/monkey.jungle -y /Users/pedro/repos/garmin/developer_key -e -r -w
2 changes: 1 addition & 1 deletion resources/strings/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<strings>
<string id="AppName">Padel Score</string>
<string id="AppVersion">1.11.0.beta</string>
<string id="AppVersion">1.11.0</string>

<string id="fit_score_label">Game Score</string>
<string id="fit_score_units">points</string>
Expand Down

0 comments on commit f8481fa

Please sign in to comment.