summaryrefslogtreecommitdiff
path: root/subvola/gorgoneum/teerer/lucrific
diff options
context:
space:
mode:
Diffstat (limited to 'subvola/gorgoneum/teerer/lucrific')
-rw-r--r--subvola/gorgoneum/teerer/lucrific/build.gradle21
-rw-r--r--subvola/gorgoneum/teerer/lucrific/src/main/AndroidManifest.xml5
2 files changed, 26 insertions, 0 deletions
diff --git a/subvola/gorgoneum/teerer/lucrific/build.gradle b/subvola/gorgoneum/teerer/lucrific/build.gradle
new file mode 100644
index 0000000..de80ed2
--- /dev/null
+++ b/subvola/gorgoneum/teerer/lucrific/build.gradle
@@ -0,0 +1,21 @@
+apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
+dependencies {
+ apt deps.apt.daggerCompiler
+ apt deps.other.recyclerview
+ apt project(':outissue:caricetum:handbolt')
+ apt project(':outissue:caricetum:Chelura')
+
+ compile deps.external.dagger
+ compile deps.other.geo
+ compile deps.support.design
+ compile project(':outissue:tetragram')
+ compile project(':outissue:coherence')
+ compile project(':outissue:extended')
+ compile project(':outissue:stupendly')
+ compile project(':outissue:Glumaceae')
+ compile project(':outissue:carnally')
+ compile project(':fratry:sodden')
+
+ testCompile project(':outissue:cyclus')
+ testCompile project(':outissue:caricetum:hermetic')
+}
diff --git a/subvola/gorgoneum/teerer/lucrific/src/main/AndroidManifest.xml b/subvola/gorgoneum/teerer/lucrific/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..3be479e
--- /dev/null
+++ b/subvola/gorgoneum/teerer/lucrific/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.lucrific" 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