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

Unified Diff: customtabs/AndroidManifest.xml

Issue 1561983002: Fix dependency errors in Android Studio (Closed) Base URL: https://github.com/GoogleChrome/custom-tabs-client.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | customtabs/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: customtabs/AndroidManifest.xml
diff --git a/customtabs/AndroidManifest.xml b/customtabs/AndroidManifest.xml
index 14332d7c331813a65fb4a30698e7aa0016fccb43..212fab916c93f6da5d8337cab995433aed1f06b0 100644
--- a/customtabs/AndroidManifest.xml
+++ b/customtabs/AndroidManifest.xml
@@ -15,6 +15,6 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.support.customtabs">
- <uses-sdk android:minSdkVersion="16"/>
+ <uses-sdk android:minSdkVersion="15"/>
<application />
</manifest>
« no previous file with comments | « no previous file | customtabs/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698