File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ test_truth = "com.google.truth:truth:1.4.4"
156156test_parameter_injector = " com.google.testparameterinjector:test-parameter-injector:1.18"
157157test_robolectric = " org.robolectric:robolectric:4.14.1"
158158test_appyx_junit = { module = " com.bumble.appyx:testing-junit4" , version.ref = " appyx" }
159- test_composable_preview_scanner = " com .github.sergio-sastre.ComposablePreviewScanner:android:0.1.2 "
159+ test_composable_preview_scanner = " io .github.sergio-sastre.ComposablePreviewScanner:android:0.5.1 "
160160
161161# Others
162162coil = { module = " io.coil-kt:coil" , version.ref = " coil" }
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ pluginManagement {
1818dependencyResolutionManagement {
1919 repositoriesMode.set(RepositoriesMode .FAIL_ON_PROJECT_REPOS )
2020 repositories {
21- maven {
22- url = URI (" https://jitpack.io" )
23- content {
24- includeModule(" com.github.sergio-sastre.ComposablePreviewScanner" , " android" )
25- includeModule(" com.github.sergio-sastre.ComposablePreviewScanner" , " core" )
26- }
27- }
2821 // Snapshot versions
2922 maven {
3023 url = URI (" https://s01.oss.sonatype.org/content/repositories/snapshots" )
You can’t perform that action at this time.
0 commit comments