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:
Benoit Marty
2025-02-27 09:05:04 +01:00
parent cdc21e778d
commit 5556cb1573
2 changed files with 1 additions and 8 deletions

View File

@@ -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")