aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-01 00:21:04 -0700
committerAllan Wang <me@allanwang.ca>2017-06-01 00:21:04 -0700
commit4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0 (patch)
tree93ed7ff19412da306c6e7abf7f38fe035ab88e10 /app/build.gradle
parent8618670b82641d5fbaec9c333f1290bab429ce27 (diff)
downloadfrost-4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0.tar.gz
frost-4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0.tar.bz2
frost-4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0.zip
working injectors and redid tabs db
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 4 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1acfb528..362ac6b8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -93,14 +93,12 @@ dependencies {
compile "org.jsoup:jsoup:${JSOUP}"
- compile "com.facebook.android:facebook-android-sdk:${FB_SDK}"
-
compile "org.jetbrains.anko:anko:${ANKO}"
- compile "com.squareup.retrofit2:retrofit:${RETROFIT}"
- compile "com.squareup.retrofit2:adapter-rxjava2:${RETROFIT}"
- compile "com.squareup.retrofit2:converter-gson:${RETROFIT}"
- compile "com.squareup.okhttp3:logging-interceptor:${OKHTTP_INTERCEPTOR}"
+// compile "com.squareup.retrofit2:retrofit:${RETROFIT}"
+// compile "com.squareup.retrofit2:adapter-rxjava2:${RETROFIT}"
+// compile "com.squareup.retrofit2:converter-gson:${RETROFIT}"
+// compile "com.squareup.okhttp3:logging-interceptor:${OKHTTP_INTERCEPTOR}"
compile "com.github.bumptech.glide:glide:${GLIDE}"
annotationProcessor "com.github.bumptech.glide:compiler:${GLIDE}"