Skip to content

Commit

Permalink
screenshot-testing-plugin 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed May 18, 2024
1 parent 582e091 commit b0a603a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath "com.project.starter:android:0.73.0"
classpath "io.github.usefulness:screenshot-testing-plugin:1.1.0-SNAPSHOT"
classpath "io.github.usefulness:screenshot-testing-plugin:1.0.1"
if (project.hasProperty("useMavenLocal")) {
classpath "com.project.starter.local:easylauncher:+"
} else {
Expand Down
2 changes: 1 addition & 1 deletion sample/screenshot-test-helpers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

dependencies {
implementation(project(":adaptive-support"))
api("io.github.usefulness:screenshot-testing-core:1.1.0-SNAPSHOT")
api("io.github.usefulness:screenshot-testing-core:1.0.1")
api(platform("org.junit:junit-bom:5.10.2"))
api("org.junit.vintage:junit-vintage-engine:5.10.2")
api("androidx.test:rules:1.5.0")
Expand Down

0 comments on commit b0a603a

Please sign in to comment.