Add reference to compose compiler in compose.versions.toml so renovate can catch it
(cherry picked from commit 70c2443e82161378a3f653bac110767370b62c46)
This commit is contained in:
parent
a3fa240253
commit
ced3e1f069
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ compose-bom = "2024.02.00-alpha02"
|
|||
accompanist = "0.35.0-alpha"
|
||||
|
||||
[libraries]
|
||||
compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }
|
||||
|
||||
activity = "androidx.activity:activity-compose:1.8.2"
|
||||
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue