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

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

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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/native_test/java/AndroidManifest.xml
diff --git a/testing/android/java/AndroidManifest.xml b/testing/android/native_test/java/AndroidManifest.xml
similarity index 95%
rename from testing/android/java/AndroidManifest.xml
rename to testing/android/native_test/java/AndroidManifest.xml
index 8cc36b2c11c03ef0d2497a26099d7c648f9bd9b7..244f1168fff3e3bab4d33398dbc4a13b037c23c1 100644
--- a/testing/android/java/AndroidManifest.xml
+++ b/testing/android/native_test/java/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="21" />
+ <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET"/>

Powered by Google App Engine
This is Rietveld 408576698