Skip to content

Commit

Permalink
alter link download app
Browse files Browse the repository at this point in the history
  • Loading branch information
auguzsto committed Jul 28, 2023
1 parent 232ba7d commit 5cd581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/views/main/main_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MainView extends StatelessWidget {
child: ElevatedButton.icon(
onPressed: () {
html.window.open(
'https://github.com/auguzsto/pizzaria/releases/download/beta1.2a/app-release.apk',
'https://github.com/auguzsto/pizzaria/releases/download/beta1.2.2a/app-release.apk',
'apk',
);
},
Expand Down

0 comments on commit 5cd581d

Please sign in to comment.