From ab61f2afd887d772426bda9d9aea829557e2e39d Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 19 Jun 2017 20:25:58 -0700 Subject: Update kau and show changelog on version change --- app/build.gradle | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'app/build.gradle') 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") { -- cgit v1.2.3