From 4c44dbc9933bd726c1da0bf326102835c4974d6b Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 30 May 2017 01:03:01 -0700 Subject: create retrofacebook and token retrieval --- app/build.gradle | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index e5c62f18..92167ac7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,6 +76,17 @@ dependencies { compile "com.lapism:searchview:${SEARCH_VIEW}" + 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.github.bumptech.glide:glide:${GLIDE}" annotationProcessor "com.github.bumptech.glide:compiler:${GLIDE}" } -- cgit v1.2.3