summaryrefslogtreecommitdiff
path: root/build-extras.gradle
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 /build-extras.gradle
parente30052fc3e1607af2e6161e87032a66a89c83ca5 (diff)
updates for yet another build process break thanks to new google libraries. WTF.
Diffstat (limited to 'build-extras.gradle')
-rw-r--r--build-extras.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/build-extras.gradle b/build-extras.gradle
new file mode 100644
index 00000000..d73317eb
--- /dev/null
+++ b/build-extras.gradle
@@ -0,0 +1,8 @@
+configurations.all {
+ resolutionStrategy {
+ force 'com.android.support:support-v4:27.1.0'
+ }
+}
+configurations {
+ all*.exclude group: 'com.android.support', module: 'support-v13'
+}