diff options
author | cyBerta <cyberta@riseup.net> | 2017-10-09 00:42:01 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-10-09 00:42:01 +0200 |
commit | de722d9c14a0ce4353d677081b077efe15eb9525 (patch) | |
tree | 9bb16c69fd271868fdfeac70163d655886a33832 /app/build.gradle | |
parent | adc6f7672c380d534fc963d868fe5aebcab54b4a (diff) |
#8746 fixes client must honor the protocol default specified by the provider
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
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' |