diff options
author | Allan Wang <me@allanwang.ca> | 2017-05-30 01:03:01 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-05-30 01:03:01 -0700 |
commit | 4c44dbc9933bd726c1da0bf326102835c4974d6b (patch) | |
tree | 18be2954a53c292eef132f9a3dc630c4071c7a9b /app/build.gradle | |
parent | 461425eb6054f18cea1990a4117fe8c78e888ddf (diff) | |
download | frost-4c44dbc9933bd726c1da0bf326102835c4974d6b.tar.gz frost-4c44dbc9933bd726c1da0bf326102835c4974d6b.tar.bz2 frost-4c44dbc9933bd726c1da0bf326102835c4974d6b.zip |
create retrofacebook and token retrieval
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 11 |
1 files changed, 11 insertions, 0 deletions
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}" } |