diff options
| author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-08-04 21:01:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 21:01:15 +0200 |
| commit | dc6ea03101c12452ae1683c3df4a241e2470583e (patch) | |
| tree | e18d65617ece886abc0016171968cdbcaa30df72 /platform/android/doc_classes | |
| parent | cc6a60913aaba2e41c87741ecc5a6a37835320a4 (diff) | |
| parent | ad4480bf2e6c0ff0c4694c7ce8f302376d84be69 (diff) | |
| download | redot-engine-dc6ea03101c12452ae1683c3df4a241e2470583e.tar.gz | |
Merge pull request #35555 from Calinou/add-version-project-setting
Add a "version" project setting and use it in new export presets
Diffstat (limited to 'platform/android/doc_classes')
| -rw-r--r-- | platform/android/doc_classes/EditorExportPlatformAndroid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/doc_classes/EditorExportPlatformAndroid.xml b/platform/android/doc_classes/EditorExportPlatformAndroid.xml index 098536b81c..c0c57cafbe 100644 --- a/platform/android/doc_classes/EditorExportPlatformAndroid.xml +++ b/platform/android/doc_classes/EditorExportPlatformAndroid.xml @@ -579,10 +579,10 @@ If [code]true[/code], allows the application to participate in the backup and restore infrastructure. </member> <member name="version/code" type="int" setter="" getter=""> - Machine-readable application version. + Machine-readable application version. This must be incremented for every new release pushed to the Play Store. </member> <member name="version/name" type="String" setter="" getter=""> - Application version visible to the user. + Application version visible to the user. Falls back to [member ProjectSettings.application/config/version] if left empty. </member> <member name="xr_features/xr_mode" type="int" setter="" getter=""> </member> |
