mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 18:27:00 +05:30
gradle: bump Aurora for Kotlin 1.7 compat
This commit is contained in:
parent
8b9d86a000
commit
ffc4c9c745
2 changed files with 16 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
accompanist = "0.24.6-alpha"
|
||||
agp = "7.4.0-alpha08"
|
||||
androidXTest = "1.4.0"
|
||||
aurora = "1.1.0"
|
||||
aurora = "1.2-SNAPSHOT"
|
||||
coil = "2.1.0"
|
||||
# @keep This is used by paparazzi-tests and Renovate
|
||||
composeCompiler = "1.2.0"
|
||||
|
|
|
@ -22,7 +22,10 @@ pluginManagement {
|
|||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") }
|
||||
filter { includeGroup("org.jetbrains.compose") }
|
||||
filter {
|
||||
includeGroupByRegex("org\\.jetbrains\\.compose.*")
|
||||
includeGroup("org.jetbrains.skiko")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository(::gradlePluginPortal)
|
||||
|
@ -32,6 +35,13 @@ pluginManagement {
|
|||
includeModule("gradle.plugin.org.gradle.android", "android-cache-fix-gradle-plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter {
|
||||
includeGroup("org.pushing-pixels")
|
||||
includeGroup("org.pushing-pixels.aurora.tools.svgtranscoder.gradle")
|
||||
}
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
mavenCentral()
|
||||
}
|
||||
|
@ -74,6 +84,10 @@ dependencyResolutionManagement {
|
|||
includeModule("gradle.plugin.org.gradle.android", "android-cache-fix-gradle-plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("org.pushing-pixels") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue