Skip to content

Commit b25f014

Browse files
Update dependency composeOptions to v1.5.14
| datasource | package | from | to | | ---------- | ---------------------------------- | ------ | ------ | | maven | androidx.compose.compiler:compiler | 1.5.11 | 1.5.14 |
1 parent 483a514 commit b25f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object deps {
8686
}
8787

8888
object compose {
89-
const val androidxComposeCompilerVersion = "1.5.11"
89+
const val androidxComposeCompilerVersion = "1.5.14"
9090
const val bom = "androidx.compose:compose-bom:2024.03.00"
9191

9292
const val foundation = "androidx.compose.foundation:foundation"

0 commit comments

Comments
 (0)