Skip to content

Commit 03ed740

Browse files
authored
Merge pull request #4327 from element-hq/feature/bma/mavenAndroidComposablePreviewScanner
Get library ComposablePreviewScanner from maven and update to the latest version
2 parents f029c4d + d2e51f1 commit 03ed740

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ test_truth = "com.google.truth:truth:1.4.4"
156156
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.18"
157157
test_robolectric = "org.robolectric:robolectric:4.14.1"
158158
test_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
162162
coil = { module = "io.coil-kt:coil", version.ref = "coil" }

settings.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ pluginManagement {
1818
dependencyResolutionManagement {
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")

0 commit comments

Comments
 (0)