Use official paparazzi 1.2.0

This commit is contained in:
Benoit Marty
2023-01-19 10:14:01 +01:00
parent c4c562cb3b
commit d019c4c6d7

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-sdk33-alpha02"
test_paparazzi = "1.2.0"
test_parameter_injector = "1.8"
#other
@@ -156,6 +156,4 @@ 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" }
## 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" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "test_paparazzi" }