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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kagasu authored Jul 2, 2018
1 parent ff0b0ee commit 2f4bd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var client = new GooglePlayStoreClient(email, password, androidId);
var token = await client.GetGoogleToken();
var auth = await client.GetGoogleAuth(token);

await client.Purchase("com.google.android.gm", offerType, versionCode);
var bytes = await client.DownloadApk("com.google.android.gm");
File.WriteAllBytes("Gmail.apk", bytes);
```

0 comments on commit 2f4bd6b

Please sign in to comment.