diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-08 18:12:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 18:12:22 +0000 |
commit | 0655f1ccc0a53ef3065270ea0e64cde5ca057c11 (patch) | |
tree | 4a0fe4b9f2493ecdce0afdf43db469e44814151f | |
parent | c6b65910dc33405216e64ccb97ded6b1120973fc (diff) |
chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.2
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c91ac387..06504bbd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "7.4.1" androidxActivity = "1.7.0-alpha04" bouncycastle = "1.72" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.4.1-dev-k1.8.10-c312d77f4cb" +composeCompiler = "1.4.2" coroutines = "1.6.4" flowbinding = "1.2.0" hilt = "2.44.2" |