Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1364)

Unified Diff: content/shell/android/javatests/AndroidManifest.xml

Issue 68203025: Increase targetSdkVersion to 19. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/android/javatests/AndroidManifest.xml
diff --git a/content/shell/android/javatests/AndroidManifest.xml b/content/shell/android/javatests/AndroidManifest.xml
index 099800c40710b446b4f238e083e06f2d3e5d43e2..bd132ef9e184d6e4e1afd2987e66b700fa3ddc72 100644
--- a/content/shell/android/javatests/AndroidManifest.xml
+++ b/content/shell/android/javatests/AndroidManifest.xml
@@ -12,7 +12,7 @@
<application>
<uses-library android:name="android.test.runner" />
</application>
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.chromium.content_shell_apk"
android:label="Tests for org.chromium.content_shell_apk"/>
« no previous file with comments | « content/shell/android/browsertests_apk/AndroidManifest.xml ('k') | content/shell/android/linker_test_apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698