mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 20:39:59 -05:00
Add reference to compose compiler in compose.versions.toml
so renovate can catch it
This commit is contained in:
parent
c0a888807b
commit
70c2443e82
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