diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0603b0da..c71f327d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,6 +80,7 @@ dependencies { compile "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_LIBS}" compile "com.android.support:cardview-v7:${ANDROID_SUPPORT_LIBS}" compile "com.android.support:preference-v14:${ANDROID_SUPPORT_LIBS}" + compile "com.android.support.constraint:constraint-layout:${CONSTRAINT_LAYOUT}" //Logging compile "com.jakewharton.timber:timber:${TIMBER}" @@ -119,9 +120,9 @@ dependencies { compile "com.jakewharton.rxbinding2:rxbinding:${RX_BINDING}" compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7:${RX_BINDING}" - compile "org.greenrobot:eventbus:${EVENT_BUS}" +// compile "org.greenrobot:eventbus:${EVENT_BUS}" - compile "com.facebook.stetho:stetho-okhttp3:${STETHO}" +// compile "com.facebook.stetho:stetho-okhttp3:${STETHO}" compile "com.lapism:searchview:${SEARCH_VIEW}" @@ -147,6 +148,7 @@ dependencies { // transitive = true // } compile "co.zsmb:materialdrawer-kt:${MATERIAL_DRAWER_KT}" + compile "com.mikepenz:fastadapter-commons:${FAST_ADAPTER}@aar" compile "nz.bradcampbell:paperparcel:${PAPER_PARCEL}" compile "nz.bradcampbell:paperparcel-kotlin:${PAPER_PARCEL}" |