See our site for better context of this readme. Click here
The bitmap-comparison libraries of the ATMOSPHERE mobile testing framework
You can build the project using the included gradle wrapper by running:
./gradlew build
on Linux/macOSgradlew build
on Windows.
If the build is successful, also run:
./gradlew publishToMavenLocal
(Linux/macOS)gradlew publishToMavenLocal
(Windows)
to publish the jar to the local Maven repository so other projects that depend on it can use it.