summaryrefslogtreecommitdiff
path: root/fratry/crapple/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'fratry/crapple/build.gradle')
-rw-r--r--fratry/crapple/build.gradle18
1 files changed, 18 insertions, 0 deletions
diff --git a/fratry/crapple/build.gradle b/fratry/crapple/build.gradle
new file mode 100644
index 0000000..7c17468
--- /dev/null
+++ b/fratry/crapple/build.gradle
@@ -0,0 +1,18 @@
+apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
+dependencies {
+ apt deps.other.recyclerview
+
+ compile project(':outissue:caricetum:concher')
+ compile project(':fratry:matchy')
+ compile project(':fratry:linotype')
+ compile project(':outissue:edictally')
+ compile project(':outissue:tristate');
+ compile deps.external.rxjava
+ compile deps.external.rxrelay
+ compile deps.other.crittercism
+ compile deps.other.geo
+ compile deps.other.blockcanary
+
+ testCompile deps.test.opentracing
+ testCompile deps.other.leanback
+}