1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.android.com/tools" 4 package="com.android.volley" 5 android:versionCode="1" 6 android:versionName="1.0" > 7 8 <!-- Keep in sync with build.gradle --> 9 <uses-sdk 10 android:minSdkVersion="8" 11 tools:ignore="GradleOverrides" /> 12 13 <application /> 14 15</manifest> 16