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

Unified Diff: customtabs/build.gradle

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 | « customtabs/AndroidManifest.xml ('k') | shared/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: customtabs/build.gradle
diff --git a/customtabs/build.gradle b/customtabs/build.gradle
index db0dcef41f1dba8167fab7daac367f142beef519..cf1a3caccc89169615995d64f9b8b200b824da06 100644
--- a/customtabs/build.gradle
+++ b/customtabs/build.gradle
@@ -1,7 +1,8 @@
apply plugin: 'android-library'
dependencies {
- compile "com.android.support:support-annotations:22.2.0+"
+ compile 'com.android.support:support-annotations:22.2.0+'
+ compile 'com.android.support:support-v4:23.1.1'
}
android {
« no previous file with comments | « customtabs/AndroidManifest.xml ('k') | shared/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698