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

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
« no previous file with comments | « no previous file | demos/src/main/AndroidManifest.xml » ('j') | demos/src/main/AndroidManifest.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
Ian Wen 2016/03/21 18:46:28 I think this change is no longer needed. 23.2.1 is
compile project(':shared')
}
« no previous file with comments | « no previous file | demos/src/main/AndroidManifest.xml » ('j') | demos/src/main/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698