Move com.github.sergio-sastre.ComposablePreviewScanner:android:0.1.2 to gradle catalog and reorder dependencies.

This commit is contained in:
Benoit Marty 2024-07-03 17:26:02 +02:00
parent dadbab00c2
commit 7ce58fee6c
2 changed files with 5 additions and 5 deletions

View file

@ -145,6 +145,7 @@ test_truth = "com.google.truth:truth:1.4.3"
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.16"
test_robolectric = "org.robolectric:robolectric:4.12.2"
test_appyx_junit = { module = "com.bumble.appyx:testing-junit4", version.ref = "appyx" }
test_composable_preview_scanner = "com.github.sergio-sastre.ComposablePreviewScanner:android:0.1.2"
# Others
coil = { module = "io.coil-kt:coil", version.ref = "coil" }