Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit d9a389a

Browse files
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 <[email protected]>
1 parent 6614e7e commit d9a389a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ androidxActivity = "1.8.1"
44
bouncycastle = "1.77"
55
moshi = "1.15.0"
66
# @keep used for kotlinCompilerExtensionVersion
7-
composeCompiler = "1.5.5-dev-k1.9.21-163bb051fe5"
7+
composeCompiler = "1.5.6"
88
coroutines = "1.7.3"
99
flowbinding = "1.2.0"
1010
hilt = "2.49"

settings.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ dependencyResolutionManagement {
8787
includeGroup("androidx.cardview")
8888
includeGroup("androidx.collection")
8989
includeGroup("androidx.compose.animation")
90+
includeGroup("androidx.compose.compiler")
9091
includeGroup("androidx.compose.foundation")
9192
includeGroup("androidx.compose.material")
9293
includeGroup("androidx.compose.material3")
@@ -160,9 +161,9 @@ dependencyResolutionManagement {
160161
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
161162
filter { includeModule("com.android.tools", "r8") }
162163
}
163-
exclusiveContent {
164-
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
165-
filter { includeGroup("androidx.compose.compiler") }
164+
maven("https://androidx.dev/storage/compose-compiler/repository") {
165+
name = "Compose Compiler Snapshots"
166+
content { includeGroup("androidx.compose.compiler") }
166167
}
167168
mavenCentral()
168169
}

0 commit comments

Comments
 (0)