This commit is contained in:
Benoit Marty 2023-01-04 14:18:44 +01:00 committed by Benoit Marty
parent 33d9d554a3
commit 5985a6faa6
2 changed files with 5 additions and 12 deletions

View file

@ -39,7 +39,7 @@ test_junitext = "1.1.3"
test_barista = "4.2.0"
test_hamcrest = "2.2"
test_orchestrator = "1.4.1"
test_paparazzi = "1.1.0"
test_paparazzi = "1.1.0-sdk33-alpha02"
test_parameter_injector = "1.8"
#other
@ -156,4 +156,6 @@ dependencygraph = { id = "com.savvasdalkitsis.module-dependency-graph", version.
dependencycheck = { id = "org.owasp.dependencycheck", version.ref = "dependencycheck" }
stem = { id = "com.likethesalad.stem", version.ref = "stem" }
stemlibrary = { id = "com.likethesalad.stem-library", version.ref = "stem" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "test_paparazzi" }
## TODO Revert to official artifact once SDK 33 support is available
# paparazzi = { id = "app.cash.paparazzi", version.ref = "test_paparazzi" }
paparazzi = { id = "dev.chrisbanes.paparazzi", version.ref = "test_paparazzi" }