Skip to content

metadata: validate STRING and INT build field types

This converts float/int to string for things like commit: or versionName:. For versionCode:, which must be an integer, it throws an exception if the data is any other type.

Merge request reports