mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
build: remove ConstraintLayout dependency
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ebc75bddca
commit
c2ee9032b9
2 changed files with 0 additions and 3 deletions
|
@ -37,8 +37,6 @@ object Dependencies {
|
|||
|
||||
const val activity = "androidx.activity:activity-compose:1.3.0-alpha03"
|
||||
const val compiler = "androidx.compose.compiler:compiler:$COMPOSE_VERSION"
|
||||
const val constraintLayout =
|
||||
"androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha03"
|
||||
const val foundation = "androidx.compose.foundation:foundation:$COMPOSE_VERSION"
|
||||
const val foundationLayout = "androidx.compose.foundation:foundation-layout:$COMPOSE_VERSION"
|
||||
const val lifecycleViewModel = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha02"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue