summaryrefslogtreecommitdiff
path: root/www/external
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-03-14 14:24:20 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-03-14 14:24:20 -0400
commit9003360ad7321d68c944230aee632687d4e3edbb (patch)
tree54d9adb38b110b82e6a8e64888c7cbf890eab89f /www/external
parente30052fc3e1607af2e6161e87032a66a89c83ca5 (diff)
updates for yet another build process break thanks to new google libraries. WTF.
Diffstat (limited to 'www/external')
-rw-r--r--www/external/build-extras.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/external/build-extras.gradle b/www/external/build-extras.gradle
new file mode 100644
index 00000000..70b55fb0
--- /dev/null
+++ b/www/external/build-extras.gradle
@@ -0,0 +1,3 @@
+configurations {
+ all*.exclude group: 'com.android.support', module: 'support-v13'
+}