UNPKG

react-native-hdfc-payment-gateway

Version:
15 lines (12 loc) 435 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativehdfcpaymentgateway" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" /> <application> <activity android:name="com.reactnativehdfcpaymentgateway.Payment" /> </application> </manifest>