Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions generated/google-apis-androidpublisher_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-androidpublisher_v3

### v0.102.0 (2026-05-31)

* Regenerated from discovery document revision 20260528

### v0.101.0 (2026-05-24)

* Regenerated from discovery document revision 20260519
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3499,7 +3499,7 @@ def update!(**args)
end

# Download metadata for split, standalone and universal APKs, as well as asset
# pack slices, signed with a given key. Next ID: 10
# pack slices, signed with a given key.
class GeneratedApksPerSigningKey
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AndroidpublisherV3
# Version of the google-apis-androidpublisher_v3 gem
GEM_VERSION = "0.101.0"
GEM_VERSION = "0.102.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20260519"
REVISION = "20260528"
end
end
end
Loading