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

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

Issue 402613008: Update targetSdkVersion to 20. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo version change for webview due to failing tests Created 6 years, 5 months 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: chrome/android/shell/javatests/AndroidManifest.xml
diff --git a/chrome/android/shell/javatests/AndroidManifest.xml b/chrome/android/shell/javatests/AndroidManifest.xml
index 2b1473c04ec18d3be3d16cc5b1d311dff47b9235..a9ed06d93bd738984f8e37d982fbd170e51da3ab 100644
--- a/chrome/android/shell/javatests/AndroidManifest.xml
+++ b/chrome/android/shell/javatests/AndroidManifest.xml
@@ -19,7 +19,7 @@
</intent-filter>
</activity>
</application>
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="20" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.chromium.chrome.shell"
android:label="Tests for org.chromium.chrome.shell"/>
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml ('k') | chrome/test/android/unit_tests_apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698