react-native-worldline-payment-gateway
Version:
Worldline payment gateway for Android and iOS
15 lines (12 loc) • 459 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactnativeworldlinepaymentgateway"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="28" />
<application>
<activity android:name="com.reactnativeworldlinepaymentgateway.PaymentStandardCustom" />
</application>
</manifest>