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

Unified Diff: build/android/AndroidManifest.xml

Issue 2545343002: Add support for virtual files to Clank. (Closed)
Patch Set: Add support for virtual files to Clank. Created 4 years 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: build/android/AndroidManifest.xml
diff --git a/build/android/AndroidManifest.xml b/build/android/AndroidManifest.xml
index 143de62e8e96732087dba508639946bf9e5decab..2c469aa01aac67ea06f747a5dc5d5f4ba206c883 100644
--- a/build/android/AndroidManifest.xml
+++ b/build/android/AndroidManifest.xml
@@ -15,6 +15,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dummy.package">
- <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
+ <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="24" />
agrieve 2016/12/12 18:33:41 Please make a separate CL to bump this number.
mtomasz 2016/12/13 08:19:25 This CL needs a bump, and bump is not needed witho
agrieve 2016/12/13 14:46:55 There's code in the Android runtime that looks lik
</manifest>

Powered by Google App Engine
This is Rietveld 408576698