Update Google Play link
This commit is contained in:
parent
9d1a1da23d
commit
dd779be653
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ class UpdateService {
|
|||
);
|
||||
}
|
||||
return Platform.isAndroid
|
||||
? const Tuple2("Google Play", "market://details?id=io.ente.photos")
|
||||
? const Tuple2("Google Play",
|
||||
"https://play.google.com/store/apps/details?id=io.ente.photos")
|
||||
: const Tuple2(
|
||||
"App Store",
|
||||
"https://apps.apple.com/in/app/ente-photos/id1542026904",
|
||||
|
|
Loading…
Add table
Reference in a new issue