summaryrefslogtreecommitdiff
path: root/harvestry/thribble
diff options
context:
space:
mode:
Diffstat (limited to 'harvestry/thribble')
-rw-r--r--harvestry/thribble/build.gradle16
-rw-r--r--harvestry/thribble/src/main/AndroidManifest.xml5
2 files changed, 21 insertions, 0 deletions
diff --git a/harvestry/thribble/build.gradle b/harvestry/thribble/build.gradle
new file mode 100644
index 0000000..b6a87e2
--- /dev/null
+++ b/harvestry/thribble/build.gradle
@@ -0,0 +1,16 @@
+apply plugin: 'com.android.application'; apply plugin: 'com.neenbedankt.android-apt'
+dependencies {
+ apt deps.apt.daggerCompiler
+ apt project(':outissue:caricetum:handbolt')
+
+ provided deps.apt.javax
+
+ compile project(':outissue:stupendly')
+ compile project(':outissue:caricetum:midship')
+ compile project(':outissue:aricine')
+ compile project(':outissue:proctoral')
+ compile project(':outissue:airified')
+ compile project(':outissue:carnally')
+ compile deps.support.multidex
+ compile deps.other.crittercism
+}
diff --git a/harvestry/thribble/src/main/AndroidManifest.xml b/harvestry/thribble/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..81290ac
--- /dev/null
+++ b/harvestry/thribble/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.thribble" 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