mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix(deps): update AndroidX and remove Paparazzi Gradle bits
This commit is contained in:
parent
d4d00ac574
commit
b636908997
2 changed files with 5 additions and 6 deletions
|
@ -40,7 +40,7 @@ pluginManagement {
|
|||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeGroup("org.pushing-pixels.aurora.tools.svgtranscoder.gradle")
|
||||
includeGroup("app.cash.paparazzi")
|
||||
/*includeGroup("app.cash.paparazzi")*/
|
||||
}
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
|
@ -89,8 +89,8 @@ dependencyResolutionManagement {
|
|||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeModule("app.cash.paparazzi", "paparazzi")
|
||||
includeModule("app.cash.paparazzi", "paparazzi-agent")
|
||||
/*includeModule("app.cash.paparazzi", "paparazzi")*/
|
||||
/*includeModule("app.cash.paparazzi", "paparazzi-agent")*/
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue