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

Unified Diff: demos/build.gradle

Issue 1559043005: Update support lib to last released state (Closed) Base URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client.git@master
Patch Set: Added aidl changes Created 4 years, 12 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/src/android/support/customtabs/ICustomTabsService.aidl ('k') | shared/build.gradle » ('j') | no next file with comments »
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 841efc8e5bf57e65582c7d765c8376efbe91a0ac..ed4b93cb17a74c65414d37c0203f94579be83423 100644
--- a/demos/build.gradle
+++ b/demos/build.gradle
@@ -21,8 +21,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:23.1.0'
- compile 'com.android.support:recyclerview-v7:23.1.0'
- compile 'com.android.support:customtabs:23.1.0'
+ 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(':shared')
}
« no previous file with comments | « customtabs/src/android/support/customtabs/ICustomTabsService.aidl ('k') | shared/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698