Index: components/cronet/android/sample/javatests/AndroidManifest.xml |
diff --git a/components/cronet/android/sample/javatests/AndroidManifest.xml b/components/cronet/android/sample/javatests/AndroidManifest.xml |
index 9aac5c7a831493f62e26e0c8ce570ec0b597f421..f9af6cfb469b42db64abb00d90527dd399d54478 100644 |
--- a/components/cronet/android/sample/javatests/AndroidManifest.xml |
+++ b/components/cronet/android/sample/javatests/AndroidManifest.xml |
@@ -8,7 +8,7 @@ |
doesn't ignore this. --> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
package="org.chromium.cronet_sample_apk.tests"> |
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" /> |
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" /> |
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" /> |
<!-- We add an application tag here just so that we can indicate that this |
package needs to link against the android.test library, which is |