Moved dependency so it isn't groupt with the test dependencies

This commit is contained in:
Christian Basler 2017-01-27 08:25:40 +01:00
parent 2c41aff3af
commit 37371a0e94

View File

@ -70,10 +70,10 @@ dependencies {
transitive = true transitive = true
} }
compile 'com.github.angads25:filepicker:1.0.6' 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 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19' testCompile 'org.mockito:mockito-core:1.10.19'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
} }
idea.module { idea.module {