summaryrefslogtreecommitdiff
path: root/etc/build-extras.gradle
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-31 07:26:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-31 07:26:37 -0400
commit71114877e8e5409e37dc5a4c03015408f8e905fc (patch)
tree4d939c212d0fd21ba360012022e208be61f92e53 /etc/build-extras.gradle
parentf02d53b6318e2bf492a5b7d6c0c7b2f6de3bb8dd (diff)
#801 rip out bower, move to unmanaged externals
Diffstat (limited to 'etc/build-extras.gradle')
-rw-r--r--etc/build-extras.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/build-extras.gradle b/etc/build-extras.gradle
new file mode 100644
index 00000000..70b55fb0
--- /dev/null
+++ b/etc/build-extras.gradle
@@ -0,0 +1,3 @@
+configurations {
+ all*.exclude group: 'com.android.support', module: 'support-v13'
+}