From de722d9c14a0ce4353d677081b077efe15eb9525 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 9 Oct 2017 00:42:01 +0200 Subject: #8746 fixes client must honor the protocol default specified by the provider --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 97ce9c35..5b33dff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,12 +43,16 @@ android { debug { assets.srcDirs = ['src/debug/assets'] } + test { + resources.srcDirs += ['src/test/resources'] + } } } dependencies { androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.5.4' testCompile 'junit:junit:4.12' + testCompile 'org.json:json:20170516' compile 'com.jakewharton:butterknife:6.1.0' provided 'com.squareup.dagger:dagger-compiler:1.2.2' compile 'com.github.pedrovgs:renderers:1.5' -- cgit v1.2.3