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 3fd2713 commit 7dfec75Copy full SHA for 7dfec75
android/capawesome.json
@@ -1,3 +1,3 @@
1
{
2
- "version": 8
+ "version": 9
3
}
scripts/android_live_update.sh
@@ -6,6 +6,14 @@ cd "$(dirname "$0")"/..
6
7
yarn build-web-view
8
9
+echo npx @capawesome/cli apps:bundles:create \
10
+ --app-id 969bc540-8077-492f-8403-b554bee5de50 \
11
+ --channel default \
12
+ --commitMessage $commitMessage \
13
+ --commitRef $commitRef \
14
+ --commitSha $commitSha \
15
+ --path web/out
16
+
17
npx @capawesome/cli apps:bundles:create \
18
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
19
--channel default \
0 commit comments