Skip to content

Commit ee677bd

Browse files
authored
Update Android store link to point to Play Store
1 parent 109b9d8 commit ee677bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
if (os === "Android") {
9090
appDeepLink = `https://p1nkydev.github.io/share?id=${contentId}`;
91-
storeLink = 'https://google.com';
91+
storeLink = 'https://play.google.com/store/apps/details?id=ua.companyname.porada.android';
9292

9393
} else if (os === "iOS") {
9494
// iOS deep link

0 commit comments

Comments
 (0)