Skip to content

Commit

Permalink
preparation to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marchellodev committed Apr 21, 2020
1 parent 7c41f5a commit c4f7fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class _HomePageState extends State<HomePage> {
var v = info.version.split('.')[0] +
'.' +
info.version.split('.')[1];
v = '2.0';

var response = await http.read(
'https://marchello.cf/shas/versions?package=${info.packageName}&version=$v&platform=${Platform.operatingSystem}&platform_version=${Uri.encodeComponent(Platform.operatingSystemVersion)}');

Expand Down

0 comments on commit c4f7fbf

Please sign in to comment.