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:
Ahmad Ansori Palembani 2024-09-22 12:10:20 +07:00
parent a8b3d97b14
commit 7752f64efb
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,8 @@
[versions]
compose-bom = "2024.08.00-alpha02"
compose = "2024.09.02"
[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" }
foundation = { module = "androidx.compose.foundation:foundation" }
material3 = { module = "androidx.compose.material3:material3" }