react-native-worldline-payment-gateway
Version:
Worldline payment gateway for Android and iOS
14 lines (13 loc) • 618 B
Plain Text
1
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.reactnativeworldlinepaymentgateway"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="16"
8-->/Users/t-tech/Desktop/ReactNative/worldline-payment-gateway/react-native-worldline-payment-gateway/android/src/main/AndroidManifest.xml
9 android:targetSdkVersion="28" />
9-->/Users/t-tech/Desktop/ReactNative/worldline-payment-gateway/react-native-worldline-payment-gateway/android/src/main/AndroidManifest.xml
10
11</manifest>