mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
gradle: switch to Paparazzi 1.1.0-SNAPSHOT
This commit is contained in:
parent
907d044b41
commit
b9f2a4ad8c
3 changed files with 7 additions and 6 deletions
|
@ -40,6 +40,7 @@ pluginManagement {
|
|||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeGroup("org.pushing-pixels.aurora.tools.svgtranscoder.gradle")
|
||||
includeGroup("app.cash.paparazzi")
|
||||
}
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
|
@ -86,7 +87,11 @@ dependencyResolutionManagement {
|
|||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("org.pushing-pixels") }
|
||||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeModule("app.cash.paparazzi", "paparazzi")
|
||||
includeModule("app.cash.paparazzi", "paparazzi-agent")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue