Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
imayank91 committed Sep 30, 2023
1 parent 8580bfd commit ead835d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ buildscript {
classpath libs.plugin.ksp
classpath libs.grgit

classpath libs.paparazzi.gradle.plugin
// Normally you would declare a version here, but we use dependency substitution in
// settings.gradle to use the version built from inside the repo.
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin'

// classpath libs.paparazzi.gradle.plugin
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.1"
agp = "8.0.2"
androidTools = "31.0.2" # == 23.0.0 + agp version
bytebuddy = "1.14.5"
composeCompiler = "1.4.7"
Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include ':sample'
enableFeaturePreview('TYPESAFE_PROJECT_ACCESSORS')

includeBuild('build-logic') {
// dependencySubstitution {
// substitute module('app.cash.paparazzi:paparazzi-gradle-plugin') using project(':paparazzi-gradle-plugin')
// }
dependencySubstitution {
substitute module('app.cash.paparazzi:paparazzi-gradle-plugin') using project(':paparazzi-gradle-plugin')
}
}

0 comments on commit ead835d

Please sign in to comment.