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

Unified Diff: demos/build.gradle

Issue 1603383003: color, package and action bar configuration. (Closed) Base URL: https://github.com/GoogleChrome/custom-tabs-client.git@master
Patch Set: fixes Created 4 years, 9 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: demos/build.gradle
diff --git a/demos/build.gradle b/demos/build.gradle
index ed4b93cb17a74c65414d37c0203f94579be83423..80d83df2c4623b9491b7b92b97585f3c484080c2 100644
--- a/demos/build.gradle
+++ b/demos/build.gradle
@@ -23,6 +23,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
- compile 'com.android.support:customtabs:23.1.1'
+ compile project(':customtabs')
compile project(':shared')
}

Powered by Google App Engine
This is Rietveld 408576698