We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6266f commit 5157a93Copy full SHA for 5157a93
package.json
@@ -1,13 +1,15 @@
1
{
2
"fitbit": {
3
- "appUUID": "cf68eace-f2ad-4f65-82b9-a15822ef7d4c",
+ "appUUID": "1c638567-328d-470a-a807-4e7fe86d9d44",
4
"appType": "clockface",
5
"appDisplayName": "Pokétch",
6
"iconFile": "resources/icon.png",
7
"wipeColor": "",
8
"requestedPermissions": [],
9
"buildTargets": [
10
- "meson"
+ "gemini",
11
+ "meson",
12
+ "mira"
13
],
14
"i18n": {
15
"en": {
@@ -47,6 +49,6 @@
47
49
"defaultLanguage": "en-US"
48
50
},
51
"devDependencies": {
- "@fitbit/sdk": "~3.1.0"
52
+ "@fitbit/sdk": "~4.1.0"
53
}
-}
54
+}
0 commit comments