Skip to content

Commit

Permalink
Fix for issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeaqua committed Sep 11, 2021
1 parent 4f5d56f commit f7b817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KFlearning.Core/API/FlutterGitClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public async Task<string> GetLatestFlutterVersion()

public string GetFlutterDownloadUri(string version)
{
return $"https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_{version}-stable.zip";
return $"https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_{version}-stable.zip";
}

private string GetVersionFromTag(string tag)
Expand Down

0 comments on commit f7b817e

Please sign in to comment.