Skip to content

Commit b5ed1c3

Browse files
committed
Merge branch 'launchpad-android-app-url' into 'main'
launchpad: added esp-rainmaker android app url See merge request app-frameworks/esp-matter!945
2 parents f681901 + c9b8537 commit b5ed1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/launchpad/generate_launchpad_config.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2022-24 Espressif Systems (Shanghai) PTE LTD
2+
# Copyright 2022-2024 Espressif Systems (Shanghai) PTE LTD
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -80,7 +80,7 @@ do
8080

8181
# TODO: Update the android phone app links when it is available on android play store
8282
echo "ios_app_url = \"https://apps.apple.com/app/esp-rainmaker/id1497491540\"" >> $OUT_FILE
83-
echo "android_app_url = \"\"" >> $OUT_FILE
83+
echo "android_app_url = \"https://play.google.com/store/apps/details?id=com.espressif.rainmaker\"" >> $OUT_FILE
8484
echo "readme.text = \"https://raw.githubusercontent.com/espressif/esp-matter/main/tools/launchpad/qrcode-content.md\"" >> $OUT_FILE
8585
echo "" >> $OUT_FILE
8686

0 commit comments

Comments
 (0)