Dropshots

An Android library to perform on-device screenshot testing.

License

License

GroupId

GroupId

com.dropbox.dropshots
ArtifactId

ArtifactId

dropshots
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

Dropshots
An Android library to perform on-device screenshot testing.
Project URL

Project URL

https://github.com/dropbox/dropshots
Source Code Management

Source Code Management

https://github.com/dropbox/dropshots

Download dropshots

How to add to project

<!-- https://jarcasting.com/artifacts/com.dropbox.dropshots/dropshots/ -->
<dependency>
    <groupId>com.dropbox.dropshots</groupId>
    <artifactId>dropshots</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.dropshots/dropshots/
implementation 'com.dropbox.dropshots:dropshots:0.2.0'
// https://jarcasting.com/artifacts/com.dropbox.dropshots/dropshots/
implementation ("com.dropbox.dropshots:dropshots:0.2.0")
'com.dropbox.dropshots:dropshots:aar:0.2.0'
<dependency org="com.dropbox.dropshots" name="dropshots" rev="0.2.0">
  <artifact name="dropshots" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.dropshots', module='dropshots', version='0.2.0')
)
libraryDependencies += "com.dropbox.dropshots" % "dropshots" % "0.2.0"
[com.dropbox.dropshots/dropshots "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.dropbox.differ : differ jar 0.0.1-alpha1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (3)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.1.0
androidx.test » runner jar 1.4.0
androidx.test » rules jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.1
0.1.0