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

Unified Diff: testing/android/driver/java/AndroidManifest.xml

Issue 1285103005: Update targetSdkVersion to 23. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated WebView targetSdk Created 5 years, 4 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: testing/android/driver/java/AndroidManifest.xml
diff --git a/testing/android/driver/java/AndroidManifest.xml b/testing/android/driver/java/AndroidManifest.xml
index c7e99ef1065a4f16195f2c43c899cd1004bfd403..d67f9cd53d90ee482d294e209db372bd961de8d2 100644
--- a/testing/android/driver/java/AndroidManifest.xml
+++ b/testing/android/driver/java/AndroidManifest.xml
@@ -10,7 +10,7 @@ found in the LICENSE file.
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
+ <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
<application android:label="OnDeviceInstrumentationDriver" />
« no previous file with comments | « net/android/unittest_support/AndroidManifest.xml ('k') | testing/android/native_test/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698