build: remove ConstraintLayout dependency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-27 18:02:16 +05:30
parent ebc75bddca
commit c2ee9032b9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 0 additions and 3 deletions

View file

@ -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"