Add logic to record the version of the Godot engine for the Android platform.

This commit is contained in:
Fredia Huya-Kouadio
2021-02-24 03:49:00 -08:00
parent d4191e48c5
commit bc5120eb97
7 changed files with 64 additions and 6 deletions

View File

@@ -6,6 +6,11 @@
<application>
<!-- Records the version of the Godot library -->
<meta-data
android:name="org.godotengine.library.version"
android:value="${godotLibraryVersion}" />
<service android:name=".GodotDownloaderService" />
</application>