Chromium Code Reviews| 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 { |