1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add support for exporting to Google Play Instant

This commit is contained in:
kojurohan42
2025-05-23 22:00:14 +05:45
parent 4a44078451
commit 12ad9ed4e0
5 changed files with 50 additions and 3 deletions

View File

@@ -55,6 +55,11 @@
<member name="gradle_build/export_format" type="int" setter="" getter="">
Application export format (*.apk or *.aab).
</member>
<member name="gradle_build/google_play_instant" type="bool" setter="" getter="">
If [code]true[/code], configures the exported project for Play Instant Build.
Use this option when targeting Play Instant to allow users to launch the app without installation. See [url=https://developer.android.com/topic/google-play-instant/overview]Google Play Instant[/url].
[b]Note:[/b] Instant play games also need to be optimized for size. See [url=https://docs.godotengine.org/en/stable/contributing/development/compiling/optimizing_for_size.html]Optimizing a build for size[/url].
</member>
<member name="gradle_build/gradle_build_directory" type="String" setter="" getter="">
Path to the Gradle build directory. If left empty, then [code]res://android[/code] will be used.
</member>