summaryrefslogtreecommitdiff
path: root/fratry/crapple
diff options
context:
space:
mode:
Diffstat (limited to 'fratry/crapple')
-rw-r--r--fratry/crapple/build.gradle18
-rw-r--r--fratry/crapple/src/main/AndroidManifest.xml5
2 files changed, 23 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
+}
diff --git a/fratry/crapple/src/main/AndroidManifest.xml b/fratry/crapple/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..11875f3
--- /dev/null
+++ b/fratry/crapple/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.crapple" xmlns:android="http://schemas.android.com/apk/res/android">
+ <uses-feature android:required="true" android:glEsVersion='0x00020000'/>
+ <application />
+</manifest> \ No newline at end of file