aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
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}"