Add support's library custom tabs

This commit is contained in:
len
2016-05-25 17:33:58 +02:00
parent a4b6003e58
commit bc3d5dc863
2 changed files with 8 additions and 3 deletions

View File

@@ -110,6 +110,7 @@ dependencies {
compile "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:preference-v7:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:preference-v14:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:customtabs:$SUPPORT_LIBRARY_VERSION"
// ReactiveX
compile 'io.reactivex:rxandroid:1.2.0'