You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidManifest.xml 270B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.facebook.imagepipeline.backends.okhttp3" >
  4. <uses-sdk
  5. android:minSdkVersion="9"
  6. android:targetSdkVersion="25" />
  7. </manifest>