This commit is contained in:
Vishnu Mohandas 2024-02-16 21:20:04 +05:30 committed by GitHub
commit f9dfc8d4d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,9 +154,10 @@ class UpdateService {
);
}
return Platform.isAndroid
? const Tuple2("play store", "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",
"App Store",
"https://apps.apple.com/in/app/ente-photos/id1542026904",
);
}