mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
explicitely add facedbook-screenshot dependencies
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
20555e7a88
commit
aea0f28887
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ buildscript {
|
|||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.1"
|
||||
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
|
||||
classpath 'com.karumi:shot:5.11.0'
|
||||
classpath 'com.facebook.testing.screenshot:plugin:0.14.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -38,6 +39,7 @@ apply plugin: 'com.hiya.jacoco-android'
|
|||
apply plugin: 'com.github.spotbugs'
|
||||
apply plugin: 'io.gitlab.arturbosch.detekt'
|
||||
apply plugin: 'shot'
|
||||
apply plugin: 'com.facebook.testing.screenshot'
|
||||
|
||||
println "Gradle uses Java ${Jvm.current()}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue