chore(deps): update dependency androidx.compose.compiler:compiler to v1.5.6 (#2798)
* chore(deps): update dependency androidx.compose.compiler:compiler to v1.5.6 * fix(build): allow Compose Compiler to be sourced gMaven --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
6614e7e176
commit
d9a389a49f
2 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@ androidxActivity = "1.8.1"
|
|||
bouncycastle = "1.77"
|
||||
moshi = "1.15.0"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.5.5-dev-k1.9.21-163bb051fe5"
|
||||
composeCompiler = "1.5.6"
|
||||
coroutines = "1.7.3"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.49"
|
||||
|
|
|
@ -87,6 +87,7 @@ dependencyResolutionManagement {
|
|||
includeGroup("androidx.cardview")
|
||||
includeGroup("androidx.collection")
|
||||
includeGroup("androidx.compose.animation")
|
||||
includeGroup("androidx.compose.compiler")
|
||||
includeGroup("androidx.compose.foundation")
|
||||
includeGroup("androidx.compose.material")
|
||||
includeGroup("androidx.compose.material3")
|
||||
|
@ -160,9 +161,9 @@ dependencyResolutionManagement {
|
|||
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
|
||||
filter { includeModule("com.android.tools", "r8") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
|
||||
filter { includeGroup("androidx.compose.compiler") }
|
||||
maven("https://androidx.dev/storage/compose-compiler/repository") {
|
||||
name = "Compose Compiler Snapshots"
|
||||
content { includeGroup("androidx.compose.compiler") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue