summaryrefslogtreecommitdiff
path: root/build-extras.gradle
diff options
context:
space:
mode:
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'
+}