Skip to content

Commit

Permalink
POC roborazzi extract roborazzi_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Sep 28, 2023
1 parent 9d5c5fb commit 593539f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
accompanist_version = "0.30.1"
coil_version = '2.2.2'
constraintComposeVersion = '1.0.1'
roborazzi_version = "1.5.0"
}
repositories {
google()
Expand All @@ -27,7 +28,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.5.0" apply false
id "io.github.takahirom.roborazzi" version '1.5.0' apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ dependencies {
testImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
testImplementation 'androidx.compose.ui:ui-test-manifest:1.0.5'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'io.github.takahirom.roborazzi:roborazzi:1.5.0'
testImplementation 'io.github.takahirom.roborazzi:roborazzi-compose:1.5.0'
testImplementation "io.github.takahirom.roborazzi:roborazzi:$roborazzi_version"
testImplementation "io.github.takahirom.roborazzi:roborazzi-compose:$roborazzi_version"
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
testImplementation "androidx.test:rules:1.5.0"
testImplementation "androidx.test:core-ktx:1.5.0"
Expand Down

0 comments on commit 593539f

Please sign in to comment.