diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-01 00:21:04 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-01 00:21:04 -0700 |
commit | 4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0 (patch) | |
tree | 93ed7ff19412da306c6e7abf7f38fe035ab88e10 /app/build.gradle | |
parent | 8618670b82641d5fbaec9c333f1290bab429ce27 (diff) | |
download | frost-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.gradle | 10 |
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}" |