mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-16 16:24:33 +00:00
Add logic to record the version of the Godot engine for the Android platform.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user