godot-ultraleap-binder/ultraleap-binder/src/main/AndroidManifest.xml
2023-11-05 14:12:49 +00:00

12 lines
416 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="re.lunai.ultraleap_binder">
<application>
<meta-data
android:name="org.godotengine.plugin.v1.UltraleapBinder"
android:value="re.lunai.ultraleap_binder.UltraleapBinderGodot" />
</application>
</manifest>