summaryrefslogtreecommitdiff
path: root/harvestry/thribble
diff options
context:
space:
mode:
authorGautam Korlam <kageiit@users.noreply.github.com>2016-10-12 02:47:53 -0700
committerGitHub <noreply@github.com>2016-10-12 02:47:53 -0700
commit93d05c03085d6b96d377c57b37f8c9c5a7b15475 (patch)
treee21de2874074d5b8cd0a98521de6ecd9d686167b /harvestry/thribble
parentacc0b4ee1772476e6db06e534ff629a6dcfc08bc (diff)
parentfcb9530c7365df462f93cb36c76e8cd3128d143d (diff)
downloadandroid-studio-gradle-test-93d05c03085d6b96d377c57b37f8c9c5a7b15475.tar.gz
Test project 2.0
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