fix(deps): upgrade androidx.compose:compose-bom to 2024.10.00

This commit is contained in:
Harsh Shandilya 2024-10-17 14:52:59 +05:30
parent f9f71315b0
commit 55cae9107d
2 changed files with 1 additions and 7 deletions

View file

@ -53,12 +53,6 @@
],
"allowedVersions": "!/.*-1-8$/",
},
{
"matchDepNames": [
"androidx.compose:compose-bom",
],
"allowedVersions": "/.*-alpha$/",
},
{
"matchPackagePatterns": [
"^androidx.glance",

View file

@ -30,7 +30,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.9.3"
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
androidx-browser = "androidx.browser:browser:1.8.0"
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
androidx-compose-bom = "androidx.compose:compose-bom:2024.09.00-alpha"
androidx-compose-bom = "androidx.compose:compose-bom-alpha:2024.10.00"
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
androidx-compose-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
androidx-compose-glance-m3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }