Move com.github.sergio-sastre.ComposablePreviewScanner:android:0.1.2 to gradle catalog and reorder dependencies.
This commit is contained in:
parent
dadbab00c2
commit
7ce58fee6c
2 changed files with 5 additions and 5 deletions
|
|
@ -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_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.16"
|
||||||
test_robolectric = "org.robolectric:robolectric:4.12.2"
|
test_robolectric = "org.robolectric:robolectric:4.12.2"
|
||||||
test_appyx_junit = { module = "com.bumble.appyx:testing-junit4", version.ref = "appyx" }
|
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
|
# Others
|
||||||
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
||||||
|
|
|
||||||
|
|
@ -39,10 +39,6 @@ tasks.withType<Test> {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation(libs.test.junit)
|
|
||||||
testImplementation(libs.test.parameter.injector)
|
|
||||||
testImplementation(projects.libraries.designsystem)
|
|
||||||
|
|
||||||
// Paparazzi 1.3.2 workaround (see https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md#132---2024-01-13)
|
// Paparazzi 1.3.2 workaround (see https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md#132---2024-01-13)
|
||||||
constraints.add("testImplementation", "com.google.guava:guava") {
|
constraints.add("testImplementation", "com.google.guava:guava") {
|
||||||
attributes {
|
attributes {
|
||||||
|
|
@ -69,5 +65,8 @@ dependencies {
|
||||||
implementation(projects.appicon.element)
|
implementation(projects.appicon.element)
|
||||||
implementation(projects.appicon.enterprise)
|
implementation(projects.appicon.enterprise)
|
||||||
|
|
||||||
testImplementation("com.github.sergio-sastre.ComposablePreviewScanner:android:0.1.2")
|
testImplementation(libs.test.junit)
|
||||||
|
testImplementation(libs.test.parameter.injector)
|
||||||
|
testImplementation(projects.libraries.designsystem)
|
||||||
|
testImplementation(libs.test.composable.preview.scanner)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue