Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Originally made as a part of DigitalOcean CloudHackathon.
The library provides easy to use Java methods to make API calls to DigitalOcean.

The Android App lets people sign in with their Digital Ocean account.
Once signed in, you can see your droplets, and their status.
Once signed in, you can see your droplets and their status.
It has features such as -
- powering off / rebooting your droplet
- turning backups on/off
- taking snapshot of droplet
- taking a snapshot of the droplet
- resizing droplet
- creating a droplet

Expand All @@ -31,7 +31,7 @@ It has features such as -

- The first APK or App Bundle needs to be uploaded via the Google Play Console because registering the app with the Play Store cannot be done using the Play Developer API.
- To use this plugin, you must create a service account with access to the Play Developer API. Once that's done, you'll need to grant the following permissions to your service account for this plugin to work (go to Settings -> Developer account -> API access -> Service Accounts).
- Once done download your PKCS12 key or json key somewhere and the location of key in the build.gradle file in the play block
- Once done download your PKCS12 key or JSON key somewhere and the location of the key in the build.gradle file in the play block
- Then run one of the following commands:

| Command | Description |
Expand Down