diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-05 23:06:15 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-05 23:06:15 -0700 |
commit | bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3 (patch) | |
tree | 296c9a2c9912879497d845ed3bf5e6daf53dec86 /app/build.gradle | |
parent | bb49bd9c9f4fe44426c9a576827ad6a96a3ebda4 (diff) | |
download | frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.gz frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.bz2 frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.zip |
test
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}" |