aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/build.gradle b/app/build.gradle
index fed4ad32..7c6956b0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -91,12 +91,10 @@ dependencies {
compile "com.github.Raizlabs.DBFlow:dbflow-kotlinextensions:${DBFLOW}"
compile "com.github.Raizlabs.DBFlow:dbflow-rx2:${DBFLOW}"
compile "com.github.Raizlabs.DBFlow:dbflow-rx2-kotlinextensions:${DBFLOW}"
-// compile "com.github.Raizlabs.DBFlow:dbflow-sqlcipher:${DBFLOW}"
-// compile "net.zetetic:android-database-sqlcipher:${SQL_CIPHER}@aar"
testCompile "org.robolectric:robolectric:${ROBOELECTRIC}"
- compile "org.greenrobot:eventbus:${EVENTBUS}"
+// compile "org.greenrobot:eventbus:${EVENTBUS}"
//Icons
compile "com.mikepenz:google-material-typeface:${IICON_GOOGLE}.original@aar"
@@ -114,18 +112,9 @@ dependencies {
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}"
-// compile "com.google.auto.value:auto-value:${AUTO}"
-// annotationProcessor "com.google.auto.value:auto-value:${AUTO}"
-// annotationProcessor "com.ryanharter.auto.value:auto-value-parcel:${AUTO_VALUE_PARCEL}"
-
compile "com.f2prateek.rx.preferences2:rx-preferences:${RX_PREFS}"
compile("com.mikepenz:materialdrawer:${MATERIAL_DRAWER}@aar") {