Skip to content

Commit

Permalink
Merge pull request #8 from kodeaqua/master
Browse files Browse the repository at this point in the history
Fix for issue #7
  • Loading branch information
fahminlb33 authored Sep 13, 2021
2 parents 4f5d56f + f7b817e commit 07199cd
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 07199cd

Please sign in to comment.