aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-30 20:46:54 -0700
committerAllan Wang <me@allanwang.ca>2017-06-30 20:46:54 -0700
commitf6ae04c42c7e2fabcd4de10290d7e6b5ea83b368 (patch)
tree025d4ecd92a864ac9b07ceb0e005e208244864e0 /app/build.gradle
parenta5ea70cd8fbc1f4fb15742d810698a7caef0eb26 (diff)
downloadfrost-f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368.tar.gz
frost-f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368.tar.bz2
frost-f6ae04c42c7e2fabcd4de10290d7e6b5ea83b368.zip
Mimic template themes when opaque
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 041ee3c1..89e3abaa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -120,7 +120,7 @@ dependencies {
kapt "nz.bradcampbell:paperparcel-compiler:${PAPER_PARCEL}"
compile "com.jude:swipebackhelper:${SWIPE_BACK}"
-
+
compile("com.crashlytics.sdk.android:crashlytics:${CRASHLYTICS}@aar") {
transitive = true;
}