diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 13:31:37 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 13:31:37 -0700 |
commit | a95107d0d10583bfd95495bdc84cc23022b56000 (patch) | |
tree | a0edc41817b8ffe0183731a05f330b582435aacc /app/build.gradle | |
parent | c4f936a8a43692cca387f00a25cd70bcad2764f2 (diff) | |
download | frost-a95107d0d10583bfd95495bdc84cc23022b56000.tar.gz frost-a95107d0d10583bfd95495bdc84cc23022b56000.tar.bz2 frost-a95107d0d10583bfd95495bdc84cc23022b56000.zip |
Update dependencies
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/app/build.gradle b/app/build.gradle index 5bc879ca..099174be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,23 +100,13 @@ dependencies { 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 "org.greenrobot:eventbus:${EVENTBUS}" - + //Icons - compile "com.mikepenz:google-material-typeface:${IICON_GOOGLE}.original@aar" compile "com.mikepenz:material-design-iconic-typeface:${IICON_MATERIAL}@aar" compile "com.mikepenz:community-material-typeface:${IICON_COMMUNITY}@aar" - 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 "org.jsoup:jsoup:${JSOUP}" - compile "org.jetbrains.anko:anko:${ANKO}" - compile "com.github.bumptech.glide:glide:${GLIDE}" annotationProcessor "com.github.bumptech.glide:compiler:${GLIDE}" |