Update compose to 1.5.4 (hope that it fix the Text crahs !)
This commit is contained in:
parent
96149b951a
commit
86b2054f0a
1 changed files with 8 additions and 8 deletions
|
|
@ -99,18 +99,18 @@ dependencies {
|
|||
implementation("androidx.activity:activity-compose:1.8.0")
|
||||
|
||||
// Compose
|
||||
implementation("androidx.compose.ui:ui:1.5.3")
|
||||
implementation("androidx.compose.ui:ui-util:1.5.3")
|
||||
implementation("androidx.compose.ui:ui-graphics:1.5.3")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.5.3")
|
||||
implementation("androidx.compose.material:material:1.5.3")
|
||||
implementation("androidx.compose.ui:ui:1.5.4")
|
||||
implementation("androidx.compose.ui:ui-util:1.5.4")
|
||||
implementation("androidx.compose.ui:ui-graphics:1.5.4")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.5.4")
|
||||
implementation("androidx.compose.material:material:1.5.4")
|
||||
implementation("androidx.compose.material3:material3:1.1.2")
|
||||
debugImplementation("androidx.compose.ui:ui-tooling:1.5.3")
|
||||
debugImplementation("androidx.compose.ui:ui-tooling:1.5.4")
|
||||
|
||||
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
|
||||
|
||||
// Navigation
|
||||
implementation("androidx.navigation:navigation-compose:2.7.4")
|
||||
implementation("androidx.navigation:navigation-compose:2.7.5")
|
||||
|
||||
// Accompanist
|
||||
implementation("com.google.accompanist:accompanist-placeholder:0.30.1")
|
||||
|
|
@ -137,7 +137,7 @@ dependencies {
|
|||
implementation("com.google.firebase:firebase-database-ktx")
|
||||
|
||||
// Hilt: Dependency injection
|
||||
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
|
||||
implementation("androidx.hilt:hilt-navigation-compose:1.1.0")
|
||||
implementation("com.google.dagger:hilt-android:2.48")
|
||||
kapt("com.google.dagger:hilt-compiler:2.48")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue