Files
godot/platform/android/java/plugins/godotpayment/src/main/AndroidManifest.xml
2020-03-05 10:00:19 -08:00

12 lines
339 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.godotengine.godot.plugin.payment">
<application>
<meta-data
android:name="org.godotengine.plugin.v1.GodotPayment"
android:value="org.godotengine.godot.plugin.payment.GodotPayment" />
</application>
</manifest>