Skip to content

Commit

Permalink
Make sure the roborazzi version is centralized
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Feb 23, 2024
1 parent d3a3b6d commit 4233d28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
id("com.android.application") apply false
id("com.android.library") apply false
kotlin("android") apply false
id("io.github.takahirom.roborazzi") version "1.10.1" apply false
alias(libs.plugins.roborazzi) apply false
}
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[plugins]

roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }

[versions]
composeOClock = "0.1.0-SNAPSHOT"
roborazzi = "1.10.1"
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import de.fayard.refreshVersions.core.versionFor

plugins {
id("android-lib")
id("io.github.takahirom.roborazzi")
alias(libs.plugins.roborazzi)
}

android {
Expand Down

0 comments on commit 4233d28

Please sign in to comment.