mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
chore(gradle): add androix.glance
dependencies
This commit is contained in:
parent
94db512518
commit
68924d6f35
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@ coil = "2.4.0"
|
|||
composeCompiler = "1.5.3-dev-k1.9.10-593b4c95fce"
|
||||
coroutines = "1.7.3"
|
||||
dagger = "2.48"
|
||||
glance = "1.0.0"
|
||||
junit = "5.10.0"
|
||||
konvert = "2.3.0"
|
||||
kotlin = "1.9.10"
|
||||
|
@ -24,6 +25,8 @@ androidx-browser = "androidx.browser:browser:1.6.0"
|
|||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.10.00-alpha02"
|
||||
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" }
|
||||
androidx-compose-material = { module = "androidx.compose.material:material" }
|
||||
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
||||
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
|
|
|
@ -98,6 +98,7 @@ dependencyResolutionManagement {
|
|||
includeGroup("androidx.emoji2")
|
||||
includeGroup("androidx.exifinterface")
|
||||
includeGroup("androidx.fragment")
|
||||
includeGroup("androidx.glance")
|
||||
includeGroup("androidx.interpolator")
|
||||
includeGroup("androidx.lifecycle")
|
||||
includeGroup("androidx.loader")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue