mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
chore(deps): update androidx.compose.compiler to 1.4.0
This commit is contained in:
parent
b428c73602
commit
8dea17cbf2
3 changed files with 2 additions and 7 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -28,11 +28,9 @@
|
|||
"maven"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"androidx.compose.compiler:compiler",
|
||||
"dev.chrisbanes.compose:compose-bom"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://androidx.dev/storage/compose-compiler/repository/",
|
||||
"https://repo.maven.apache.org/maven2/"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ androidx-compose-ui = "1.4.0-alpha04"
|
|||
androidx-test = "1.5.0"
|
||||
coil = "2.2.2"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.4.0-dev-k1.8.0-33c0ad36f83"
|
||||
composeCompiler = "1.4.0"
|
||||
coroutines = "1.6.4"
|
||||
dagger = "2.44.2"
|
||||
kotest = "5.5.4"
|
||||
|
|
|
@ -59,6 +59,7 @@ dependencyResolutionManagement {
|
|||
includeGroup("androidx.collection")
|
||||
includeGroup("androidx.compose")
|
||||
includeGroup("androidx.compose.animation")
|
||||
includeGroup("androidx.compose.compiler")
|
||||
includeGroup("androidx.compose.foundation")
|
||||
includeGroup("androidx.compose.material")
|
||||
includeGroup("androidx.compose.material3")
|
||||
|
@ -113,10 +114,6 @@ dependencyResolutionManagement {
|
|||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository/") }
|
||||
filter { includeGroup("androidx.compose.compiler") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue