Initial draft of screenshot testing setup

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-27 19:01:58 +05:30
parent 5714ac881e
commit f5bc2ebb59
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 44 additions and 2 deletions

View file

@ -11,6 +11,7 @@ object Plugins {
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}"
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0"
const val shot = "com.karumi:shot:5.8.0"
const val sqldelight = "com.squareup.sqldelight:gradle-plugin:1.4.4"
}