Get library ComposablePreviewScanner from maven and update to the latest version.
Renovate will now be able to upgrade it when necessary.
This commit is contained in:
@@ -156,7 +156,7 @@ test_truth = "com.google.truth:truth:1.4.4"
|
||||
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.18"
|
||||
test_robolectric = "org.robolectric:robolectric:4.14.1"
|
||||
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"
|
||||
test_composable_preview_scanner = "io.github.sergio-sastre.ComposablePreviewScanner:android:0.5.1"
|
||||
|
||||
# Others
|
||||
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
||||
|
||||
@@ -18,13 +18,6 @@ pluginManagement {
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
maven {
|
||||
url = URI("https://jitpack.io")
|
||||
content {
|
||||
includeModule("com.github.sergio-sastre.ComposablePreviewScanner", "android")
|
||||
includeModule("com.github.sergio-sastre.ComposablePreviewScanner", "core")
|
||||
}
|
||||
}
|
||||
// Snapshot versions
|
||||
maven {
|
||||
url = URI("https://s01.oss.sonatype.org/content/repositories/snapshots")
|
||||
|
||||
Reference in New Issue
Block a user