14 lines
462 B
XML
14 lines
462 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<meta-data
|
|
android:name="org.godotengine.plugin.v2.GodotAppInstrumentedTestPlugin"
|
|
android:value="com.godot.game.test.GodotAppInstrumentedTestPlugin"/>
|
|
|
|
<meta-data
|
|
android:name="org.godotengine.plugin.v2.SignalTestPlugin"
|
|
android:value="com.godot.game.test.SignalTestPlugin"/>
|
|
</application>
|
|
|
|
</manifest>
|