Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kagasu committed Jul 2, 2018
1 parent 2f4bd6b commit c5054a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static async Task<DetailsResponse> GetAppDetail(GooglePlayStoreClient client, st

static async Task DownloadApk(GooglePlayStoreClient client, string packageName, int offerType, int versionCode)
{
var res = await client.Purchase(packageName, offerType, versionCode);
await client.Purchase(packageName, offerType, versionCode);
var bytes = await client.DownloadApk(packageName);
File.WriteAllBytes("Gmail.apk", bytes);
}
Expand Down

0 comments on commit c5054a9

Please sign in to comment.