We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109b9d8 commit ee677bdCopy full SHA for ee677bd
1 file changed
share/index.html
@@ -88,7 +88,7 @@
88
89
if (os === "Android") {
90
appDeepLink = `https://p1nkydev.github.io/share?id=${contentId}`;
91
- storeLink = 'https://google.com';
+ storeLink = 'https://play.google.com/store/apps/details?id=ua.companyname.porada.android';
92
93
} else if (os === "iOS") {
94
// iOS deep link
0 commit comments