Skip to content

Commit

Permalink
ANDROID-15220 Update Roborazzi version (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartinbTEF authored Sep 25, 2024
1 parent 4d44396 commit 7918822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
coil_version = '2.5.0'
constraintComposeVersion = '1.0.1'
detekt_version = '1.23.7'
roborazzi_version = "1.10.1"
roborazzi_version = "1.26.0"
}
repositories {
google()
Expand All @@ -31,7 +31,7 @@ buildscript {
plugins {
id 'org.jetbrains.kotlin.android' version '1.5.21' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false
id "io.github.takahirom.roborazzi" version '1.10.1' apply false
id "io.github.takahirom.roborazzi" version '1.26.0' apply false
id "io.gitlab.arturbosch.detekt" version '1.23.7'
}

Expand Down

0 comments on commit 7918822

Please sign in to comment.