aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-21 19:20:56 -0700
committerAllan Wang <me@allanwang.ca>2017-06-21 19:20:56 -0700
commit752f5a2c457cf6dfb34a7f240d78dc1d92a70f02 (patch)
treedcdca7fd4ef14d1d1154bb5e82e28cdd93b84fb4 /app/build.gradle
parent01083ccb6c7d8ecce9f13ecd0d5ef5bb328bdf21 (diff)
downloadfrost-752f5a2c457cf6dfb34a7f240d78dc1d92a70f02.tar.gz
frost-752f5a2c457cf6dfb34a7f240d78dc1d92a70f02.tar.bz2
frost-752f5a2c457cf6dfb34a7f240d78dc1d92a70f02.zip
Clean up dependencies
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle12
1 files changed, 4 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 39bcab46..eaacf542 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -91,12 +91,10 @@ dependencies {
compile "com.github.Raizlabs.DBFlow:dbflow-core:${DBFLOW}"
annotationProcessor "com.github.Raizlabs.DBFlow:dbflow-processor:${DBFLOW}"
kapt "com.github.Raizlabs.DBFlow:dbflow-processor:${DBFLOW}"
- compile "com.github.Raizlabs.DBFlow:dbflow-kotlinextensions:${DBFLOW}"
+// 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}"
- testCompile "org.robolectric:robolectric:${ROBOELECTRIC}"
-
// compile "org.greenrobot:eventbus:${EVENTBUS}"
//Icons
@@ -106,10 +104,10 @@ dependencies {
compile "io.reactivex.rxjava2:rxjava:${RX_JAVA}"
compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}"
- compile "com.jakewharton.rxbinding2:rxbinding:${RX_BINDING}"
- compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7:${RX_BINDING}"
+// compile "com.jakewharton.rxbinding2:rxbinding:${RX_BINDING}"
+// compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7:${RX_BINDING}"
- compile "com.lapism:searchview:${SEARCH_VIEW}"
+// compile "com.lapism:searchview:${SEARCH_VIEW}"
compile "org.jsoup:jsoup:${JSOUP}"
@@ -118,8 +116,6 @@ dependencies {
compile "com.github.bumptech.glide:glide:${GLIDE}"
annotationProcessor "com.github.bumptech.glide:compiler:${GLIDE}"
- compile "com.f2prateek.rx.preferences2:rx-preferences:${RX_PREFS}"
-
compile("com.mikepenz:materialdrawer:${MATERIAL_DRAWER}@aar") {
transitive = true
}