summaryrefslogtreecommitdiff
path: root/p/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'p/build.gradle')
-rw-r--r--p/build.gradle13
1 files changed, 0 insertions, 13 deletions
diff --git a/p/build.gradle b/p/build.gradle
deleted file mode 100644
index 8b6b1cc..0000000
--- a/p/build.gradle
+++ /dev/null
@@ -1,13 +0,0 @@
-apply plugin: 'com.android.application'
-apply plugin: 'com.neenbedankt.android-apt'
-
-dependencies {
- releaseCompile project(':fg:fb')
- debugCompile project(':fg:fd')
-}
-
-android {
- defaultConfig {
- multiDexEnabled true
- }
-}