Merge pull request #4327 from element-hq/feature/bma/mavenAndroidComposablePreviewScanner

Get library ComposablePreviewScanner from maven and update to the latest version
This commit is contained in:
Benoit Marty 2025-02-27 14:58:44 +01:00 committed by GitHub
commit 45264d6aeb
2 changed files with 1 additions and 8 deletions

View file

@ -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_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.18"
test_robolectric = "org.robolectric:robolectric:4.14.1" test_robolectric = "org.robolectric:robolectric:4.14.1"
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" test_composable_preview_scanner = "io.github.sergio-sastre.ComposablePreviewScanner:android:0.5.1"
# Others # Others
coil = { module = "io.coil-kt:coil", version.ref = "coil" } coil = { module = "io.coil-kt:coil", version.ref = "coil" }

View file

@ -18,13 +18,6 @@ pluginManagement {
dependencyResolutionManagement { dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories { repositories {
maven {
url = URI("https://jitpack.io")
content {
includeModule("com.github.sergio-sastre.ComposablePreviewScanner", "android")
includeModule("com.github.sergio-sastre.ComposablePreviewScanner", "core")
}
}
// Snapshot versions // Snapshot versions
maven { maven {
url = URI("https://s01.oss.sonatype.org/content/repositories/snapshots") url = URI("https://s01.oss.sonatype.org/content/repositories/snapshots")