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

Unified Diff: shared/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 | « demos/build.gradle ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shared/build.gradle
diff --git a/shared/build.gradle b/shared/build.gradle
index cb6c7fe9d0b06f3e75b4cdb683465c5c2460ba35..e5e7032a1f1017d9f6bb1d0d7083d227b3c5f53e 100644
--- a/shared/build.gradle
+++ b/shared/build.gradle
@@ -20,6 +20,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:23.1.0'
- provided 'com.android.support:customtabs:23.1.0'
+ compile 'com.android.support:appcompat-v7:23.1.1'
+ provided 'com.android.support:customtabs:23.1.1'
}
« no previous file with comments | « demos/build.gradle ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698