mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(deps): Use JetPack's compose BOM
chrisbanes's compose BOM is now deprecated as JetPack now provide their
own Beta and Alpha BOMs for compose
REF: 61b195353c
This commit is contained in:
parent
a8b3d97b14
commit
7752f64efb
2 changed files with 4 additions and 2 deletions
|
@ -36,6 +36,8 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
|
||||||
- Replace Injekt with Koin
|
- Replace Injekt with Koin
|
||||||
- Remove unnecessary permission added by Firebase
|
- Remove unnecessary permission added by Firebase
|
||||||
- Remove unnecessary features added by Firebase
|
- Remove unnecessary features added by Firebase
|
||||||
|
- Replace BOM dev.chrisbanes.compose:compose-bom with JetPack's BOM
|
||||||
|
- Update compose BOM to 2024.09.02
|
||||||
|
|
||||||
## [v1.8.5.7]
|
## [v1.8.5.7]
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[versions]
|
[versions]
|
||||||
compose-bom = "2024.08.00-alpha02"
|
compose = "2024.09.02"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
bom = { module = "dev.chrisbanes.compose:compose-bom", version.ref = "compose-bom" }
|
bom = { module = "androidx.compose:compose-bom", version.ref = "compose" }
|
||||||
animation = { module = "androidx.compose.animation:animation" }
|
animation = { module = "androidx.compose.animation:animation" }
|
||||||
foundation = { module = "androidx.compose.foundation:foundation" }
|
foundation = { module = "androidx.compose.foundation:foundation" }
|
||||||
material3 = { module = "androidx.compose.material3:material3" }
|
material3 = { module = "androidx.compose.material3:material3" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue