Skip to content

Commit

Permalink
AndroidApp package_name should be immutable & required (GoogleCloudPl…
Browse files Browse the repository at this point in the history
  • Loading branch information
rainshen49 authored and balanaguharsha committed May 2, 2024
1 parent 42770f3 commit ab3318c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mmv1/products/firebase/AndroidApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ properties:
This identifier should be treated as an opaque token, as the data format is not specified.
- !ruby/object:Api::Type::String
name: packageName
immutable: true
required: true
description: |
Immutable. The canonical package name of the Android app as would appear in the Google Play
The canonical package name of the Android app as would appear in the Google Play
Developer Console.
- !ruby/object:Api::Type::Array
name: sha1Hashes
Expand Down

0 comments on commit ab3318c

Please sign in to comment.