Skip to content

Commit

Permalink
Chore: use https for Google Play Store URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Jul 12, 2023
1 parent bd54510 commit 48df2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RequiredUpdateScreen extends StatelessWidget {
onPrimaryPressed: () {
late String url;
if (Platform.isAndroid) {
url = 'http://play.google.com/store/apps/details?id=org.irmacard.cardemu';
url = 'https://play.google.com/store/apps/details?id=org.irmacard.cardemu';
} else if (Platform.isIOS) {
url = 'https://apps.apple.com/app/id1294092994';
} else {
Expand Down

0 comments on commit 48df2c1

Please sign in to comment.