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

Unified Diff: testing/android/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
« no previous file with comments | « mojo/shell/android/apk/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/AndroidManifest.xml
diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml
index 375ade321e5c1908720af9fa7609c602be6809f0..1b2c8c2b685e9f886871fd624456e1fc3950ff03 100644
--- a/testing/android/AndroidManifest.xml
+++ b/testing/android/AndroidManifest.xml
@@ -10,7 +10,7 @@ found in the LICENSE file.
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<application android:label="ChromeNativeTests"
android:name="org.chromium.base.BaseChromiumApplication">
« no previous file with comments | « mojo/shell/android/apk/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698