From 37371a0e94f7dbb7edc7a46068f3e7f5a8d348b3 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Fri, 27 Jan 2017 08:25:40 +0100 Subject: [PATCH] Moved dependency so it isn't groupt with the test dependencies --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c78c327..61e6175 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,10 +70,10 @@ dependencies { transitive = true } compile 'com.github.angads25:filepicker:1.0.6' + compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19' - compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4' } idea.module {