react-native-volley
Version:
React Native wrapper for the Volley HTTP library for Android
14 lines (13 loc) • 487 B
Plain Text
1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.reactnativevolley"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="16"
8-->/Users/felix/Projects/react-native-volley/android/src/main/AndroidManifest.xml
9 android:targetSdkVersion="28" />
9-->/Users/felix/Projects/react-native-volley/android/src/main/AndroidManifest.xml
10
11</manifest>
2