summaryrefslogtreecommitdiff
path: root/subvola/gorgoneum/teerer
diff options
context:
space:
mode:
Diffstat (limited to 'subvola/gorgoneum/teerer')
-rw-r--r--subvola/gorgoneum/teerer/Cuphea/build.gradle24
-rw-r--r--subvola/gorgoneum/teerer/Cuphea/src/main/AndroidManifest.xml5
-rw-r--r--subvola/gorgoneum/teerer/Onondaga/build.gradle21
-rw-r--r--subvola/gorgoneum/teerer/Onondaga/src/main/AndroidManifest.xml5
-rw-r--r--subvola/gorgoneum/teerer/lucrific/build.gradle21
-rw-r--r--subvola/gorgoneum/teerer/lucrific/src/main/AndroidManifest.xml5
-rw-r--r--subvola/gorgoneum/teerer/perscribe/build.gradle23
-rw-r--r--subvola/gorgoneum/teerer/perscribe/src/main/AndroidManifest.xml5
-rw-r--r--subvola/gorgoneum/teerer/polytonal/build.gradle26
-rw-r--r--subvola/gorgoneum/teerer/polytonal/src/main/AndroidManifest.xml5
-rw-r--r--subvola/gorgoneum/teerer/revalenta/build.gradle22
-rw-r--r--subvola/gorgoneum/teerer/revalenta/src/main/AndroidManifest.xml5
12 files changed, 167 insertions, 0 deletions
diff --git a/subvola/gorgoneum/teerer/Cuphea/build.gradle b/subvola/gorgoneum/teerer/Cuphea/build.gradle
new file mode 100644
index 0000000..091157f
--- /dev/null
+++ b/subvola/gorgoneum/teerer/Cuphea/build.gradle
@@ -0,0 +1,24 @@
+apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
+apply plugin: 'com.jakewharton.butterknife'
+dependencies {
+ apt deps.apt.butterKnifeCompiler
+ apt deps.apt.daggerCompiler
+ apt deps.other.recyclerview
+ apt project(':outissue:caricetum:handbolt')
+ apt project(':outissue:caricetum:Chelura')
+
+ compile project(':outissue:tetragram')
+ compile project(':outissue:extended')
+ compile project(':outissue:stupendly')
+ compile project(':outissue:caricetum:midship')
+ compile project(':outissue:carnally')
+ compile project(':fratry:sodden')
+ compile deps.support.design
+ compile deps.external.braintreesdk
+ compile deps.external.dagger
+ compile deps.other.geo
+ compile deps.playServices.wallet
+
+ testCompile project(':outissue:cyclus')
+ testCompile project(':outissue:caricetum:hermetic')
+}
diff --git a/subvola/gorgoneum/teerer/Cuphea/src/main/AndroidManifest.xml b/subvola/gorgoneum/teerer/Cuphea/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..6af0965
--- /dev/null
+++ b/subvola/gorgoneum/teerer/Cuphea/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.Cuphea" 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
diff --git a/subvola/gorgoneum/teerer/Onondaga/build.gradle b/subvola/gorgoneum/teerer/Onondaga/build.gradle
new file mode 100644
index 0000000..10befcf
--- /dev/null
+++ b/subvola/gorgoneum/teerer/Onondaga/build.gradle
@@ -0,0 +1,21 @@
+apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
+dependencies {
+ apt project(':outissue:caricetum:handbolt')
+ apt project(':outissue:caricetum:Chelura')
+ apt deps.apt.daggerCompiler
+ apt deps.other.recyclerview
+
+ compile project(':outissue:tetragram')
+ compile project(':outissue:extended')
+ compile project(':outissue:stupendly')
+ compile project(':outissue:tristate')
+ compile project(':outissue:carnally')
+ compile project(':fratry:sodden')
+ compile project(':fratry:subradius')
+ compile deps.external.dagger
+ compile deps.other.geo
+ compile deps.support.design
+
+ testCompile project(':outissue:cyclus')
+ testCompile project(':outissue:caricetum:hermetic')
+}
diff --git a/subvola/gorgoneum/teerer/Onondaga/src/main/AndroidManifest.xml b/subvola/gorgoneum/teerer/Onondaga/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..85aac39
--- /dev/null
+++ b/subvola/gorgoneum/teerer/Onondaga/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.Onondaga" 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
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
diff --git a/subvola/gorgoneum/teerer/perscribe/build.gradle b/subvola/gorgoneum/teerer/perscribe/build.gradle
new file mode 100644
index 0000000..174d9ba
--- /dev/null
+++ b/subvola/gorgoneum/teerer/perscribe/build.gradle
@@ -0,0 +1,23 @@
+apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
+dependencies {
+ apt project(':outissue:caricetum:handbolt')
+ apt project(':outissue:caricetum:Chelura')
+ apt deps.other.recyclerview
+ apt deps.apt.daggerCompiler
+
+ compile project(':outissue:tetragram')
+ compile project(':outissue:extended')
+ compile project(':outissue:oleometer')
+ compile project(':outissue:stupendly')
+ compile project(':outissue:caricetum:midship')
+ compile project(':outissue:carnally')
+ compile project(':fratry:sodden')
+ compile deps.support.design
+ compile deps.external.braintreesdk
+ compile deps.external.dagger
+ compile deps.other.geo
+ compile deps.playServices.wallet
+
+ testCompile project(':outissue:cyclus')
+ testCompile project(':outissue:caricetum:hermetic')
+}
diff --git a/subvola/gorgoneum/teerer/perscribe/src/main/AndroidManifest.xml b/subvola/gorgoneum/teerer/perscribe/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..f72b459
--- /dev/null
+++ b/subvola/gorgoneum/teerer/perscribe/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.perscribe" 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
diff --git a/subvola/gorgoneum/teerer/polytonal/build.gradle b/subvola/gorgoneum/teerer/polytonal/build.gradle
new file mode 100644
index 0000000..aae24ca
--- /dev/null
+++ b/subvola/gorgoneum/teerer/polytonal/build.gradle
@@ -0,0 +1,26 @@
+apply plugin: 'com.android.library'; apply plugin: 'com.neenbedankt.android-apt'
+apply plugin: 'com.jakewharton.butterknife'
+dependencies {
+ apt deps.apt.butterKnifeCompiler
+ apt deps.apt.daggerCompiler
+ apt deps.other.recyclerview
+ apt project(':outissue:caricetum:handbolt')
+ apt project(':outissue:caricetum:Chelura')
+
+ compile deps.external.braintree
+ compile deps.external.dagger
+ compile deps.other.geo
+ compile deps.support.design
+ compile project(':outissue:tetragram')
+ compile project(':outissue:proctoral')
+ compile project(':outissue:coherence')
+ compile project(':outissue:extended')
+ compile project(':outissue:stupendly')
+ compile project(':outissue:carnally')
+ compile project(':fratry:crankum')
+ compile project(':fratry:sodden')
+ compile project(':outissue:edictally')
+
+ testCompile project(':outissue:cyclus')
+ testCompile project(':outissue:caricetum:hermetic')
+}
diff --git a/subvola/gorgoneum/teerer/polytonal/src/main/AndroidManifest.xml b/subvola/gorgoneum/teerer/polytonal/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..3cd6d30
--- /dev/null
+++ b/subvola/gorgoneum/teerer/polytonal/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.polytonal" 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
diff --git a/subvola/gorgoneum/teerer/revalenta/build.gradle b/subvola/gorgoneum/teerer/revalenta/build.gradle
new file mode 100644
index 0000000..2a56419
--- /dev/null
+++ b/subvola/gorgoneum/teerer/revalenta/build.gradle
@@ -0,0 +1,22 @@
+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:proctoral')
+ compile project(':outissue:coherence')
+ compile project(':outissue:extended')
+ compile project(':outissue:stupendly')
+ compile project(':outissue:carnally')
+ compile project(':fratry:sodden')
+ compile project(':outissue:edictally')
+
+ testCompile project(':outissue:cyclus')
+ testCompile project(':outissue:caricetum:hermetic')
+}
diff --git a/subvola/gorgoneum/teerer/revalenta/src/main/AndroidManifest.xml b/subvola/gorgoneum/teerer/revalenta/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..953da76
--- /dev/null
+++ b/subvola/gorgoneum/teerer/revalenta/src/main/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest package="com.studio.revalenta" 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