Add logic to record the version of the Godot engine for the Android platform.
This commit is contained in:
parent
d4191e48c5
commit
bc5120eb97
7 changed files with 64 additions and 6 deletions
|
|
@ -85,6 +85,8 @@ android {
|
|||
abiFilters export_abi_list
|
||||
}
|
||||
|
||||
manifestPlaceholders = [godotEditorVersion: getGodotEditorVersion()]
|
||||
|
||||
// Feel free to modify the application id to your own.
|
||||
applicationId getExportPackageName()
|
||||
versionCode getExportVersionCode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue