diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-19 20:25:58 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-19 20:25:58 -0700 |
commit | ab61f2afd887d772426bda9d9aea829557e2e39d (patch) | |
tree | f715f9441679126bf1ace3603a7a1538ed43e092 /app/build.gradle | |
parent | a3b5b647e2651c9768a4056852aff36074590e94 (diff) | |
download | frost-ab61f2afd887d772426bda9d9aea829557e2e39d.tar.gz frost-ab61f2afd887d772426bda9d9aea829557e2e39d.tar.bz2 frost-ab61f2afd887d772426bda9d9aea829557e2e39d.zip |
Update kau and show changelog on version change
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 13 |
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") { |