Skip to content

Commit

Permalink
Bump roborazzi from 1.2.0 to 1.3.0 (#1822)
Browse files Browse the repository at this point in the history
* Bump roborazzi from 1.2.0 to 1.3.0

Bumps `roborazzi` from 1.2.0 to 1.3.0.

Updates `io.github.takahirom.roborazzi:roborazzi-gradle-plugin` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.2.0...1.3.0)

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.2.0...1.3.0)

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix breaking changes.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin White <[email protected]>
  • Loading branch information
dependabot[bot] and colinrtwhite authored Jul 25, 2023
1 parent 65be959 commit b904ac9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions coil-test-roborazzi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
testImplementation(projects.coilTestInternal)
testImplementation(libs.bundles.test.jvm)
testImplementation(libs.compose.ui.test)
testImplementation(libs.roborazzi.compose)
testImplementation(libs.roborazzi.core)
testImplementation(libs.roborazzi.junit)
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ class RoborazziViewTest {

// https://github.com/takahirom/roborazzi/issues/9
onView(isRoot())
.captureRoboImage("src/test/snapshots/images/coil_test_RoborazziViewTest_loadView.png")
.captureRoboImage("src/test/snapshots/images/coil.test.RoborazziViewTest.loadView.png")
}
}
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ coroutines = "1.7.2"
ktlint = "0.48.2"
okhttp = "4.11.0"
okio = "3.4.0"
roborazzi = "1.2.0"
roborazzi = "1.3.0"

[plugins]
binaryCompatibility = "org.jetbrains.kotlinx.binary-compatibility-validator:0.13.2"
Expand Down Expand Up @@ -70,6 +70,7 @@ okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", versio
robolectric = "org.robolectric:robolectric:4.10.3"

roborazzi-core = { module = "io.github.takahirom.roborazzi:roborazzi", version.ref = "roborazzi" }
roborazzi-compose = { module = "io.github.takahirom.roborazzi:roborazzi-compose", version.ref = "roborazzi" }
roborazzi-junit = { module = "io.github.takahirom.roborazzi:roborazzi-junit-rule", version.ref = "roborazzi" }

svg = "com.caverock:androidsvg-aar:1.4"
Expand Down

0 comments on commit b904ac9

Please sign in to comment.