summaryrefslogtreecommitdiff
path: root/p/build.gradle
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 /p/build.gradle
parentacc0b4ee1772476e6db06e534ff629a6dcfc08bc (diff)
parentfcb9530c7365df462f93cb36c76e8cd3128d143d (diff)
downloadandroid-studio-gradle-test-93d05c03085d6b96d377c57b37f8c9c5a7b15475.tar.gz
Test project 2.0
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
- }
-}