Skip to content

Commit 7f4f99d

Browse files
authored
Add max length for dist (#8512)
1 parent 716d4b3 commit 7f4f99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Sets the release. Some SDKs will try to automatically configure a release out of
9292

9393
<ConfigKey name="dist" supported={["apple", "java", "android", "dart", "flutter", "dotnet", "react-native"]}>
9494

95-
Sets the distribution of the application. Distributions are used to disambiguate build or deployment variants of the same release of an application. For example, the dist can be the build number of an Xcode build or the version code of an Android build.
95+
Sets the distribution of the application. Distributions are used to disambiguate build or deployment variants of the same release of an application. For example, the dist can be the build number of an Xcode build or the version code of an Android build. The dist has a max length of 64 characters.
9696

9797
</ConfigKey>
9898

0 commit comments

Comments
 (0)