Skip to content

Commit

Permalink
Instant app link field added
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed May 27, 2018
1 parent d064198 commit 9531a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/proto/GooglePlay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,13 @@ message AppDetails {
repeated FileMetadata file = 17;
optional string appType = 18;
optional bool unstable = 21;
optional bool hasInstantLink = 24;
optional string containsAds = 30;
optional Dependencies dependencies = 34;
optional TestingProgramInfo testingProgramInfo = 35;
optional EarlyAccessInfo earlyAccessInfo = 36;
optional string instantLink = 43;
optional string developerAddress = 45;
}
message Dependencies {
optional int32 unknown1 = 1;
Expand Down

0 comments on commit 9531a77

Please sign in to comment.