Reverting compose to 1.4.2

This commit is contained in:
Vitor Pamplona
2023-04-27 17:35:53 -04:00
parent ddba4ac510
commit 1ae785061e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ android {
}
dependencies {
implementation 'androidx.core:core-ktx:1.11.0-alpha03'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.activity:activity-compose:1.7.0'
implementation "androidx.compose.ui:ui:$compose_ui_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"