aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-06 19:09:09 +0000
committerGitHub <noreply@github.com>2023-12-06 19:09:09 +0000
commitd9a389a49fb66e89a0377914e270b405dde2d8d9 (patch)
tree107638ee5d5e8d9589b5b94416c4d25874631ca2 /gradle/libs.versions.toml
parent6614e7e176db1470d683e573af1a1f021485d835 (diff)
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>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 5f5d5241..f1c0bd65 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -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"