Skip to content

Commit

Permalink
Merge pull request #27 from Tasssadar/delivery_sha256
Browse files Browse the repository at this point in the history
Naming it sha256 is a bit untrue, but it is better than sha256Base64urlendodedDepadded ;)

If you notice some unmarked field or message which you can help with, don't hesitate to make pull requests. Thanks again.

Also, you can declare the dependency like this `implementation 'com.github.yeriomin:play-store-api:**master-SNAPSHOT**'` if you are in a hurry.
  • Loading branch information
yeriomin committed Sep 5, 2018
2 parents e00c288 + 5fb2d22 commit fca9c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/proto/GooglePlay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ message AndroidAppDeliveryData {
optional bool immediateStartNeeded = 10;
optional AndroidAppPatchData patchData = 11;
optional EncryptionParams encryptionParams = 12;
optional string sha256 = 19;
}
message AndroidAppPatchData {
optional int32 baseVersionCode = 1;
Expand Down

0 comments on commit fca9c26

Please sign in to comment.