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

View File

@@ -2,7 +2,7 @@ buildscript {
ext {
fragment_version = "1.5.7"
lifecycle_version = '2.6.1'
compose_ui_version = '1.5.0-alpha03'
compose_ui_version = '1.4.2'
nav_version = "2.5.3"
room_version = "2.4.3"
accompanist_version = '0.30.0'