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

Unified Diff: chrome/test/chromedriver/test/webview_shell/java/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/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
diff --git a/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml b/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
index 63c3f105a61530531e7d121a8c9400223550cc0a..c42928a0c9d3faa2ea3065773141548b8b5a9f0c 100644
--- a/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
+++ b/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
@@ -9,7 +9,7 @@
package="org.chromium.chromedriver_webview_shell" android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
+ <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="20" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
« no previous file with comments | « chrome/test/android/unit_tests_apk/AndroidManifest.xml ('k') | components/cronet/android/sample/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698