summaryrefslogtreecommitdiff
path: root/platform/android/java/lib/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/java/lib/AndroidManifest.xml')
-rw-r--r--platform/android/java/lib/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/java/lib/AndroidManifest.xml b/platform/android/java/lib/AndroidManifest.xml
index fa39bc0f1d..3034794d69 100644
--- a/platform/android/java/lib/AndroidManifest.xml
+++ b/platform/android/java/lib/AndroidManifest.xml
@@ -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>