Bump compose version to 1.5.3

This commit is contained in:
Thomas Andres Gomez 2023-10-16 14:11:32 +02:00
parent dc5e635f13
commit 2be527abf9
2 changed files with 10 additions and 10 deletions

View file

@ -96,21 +96,21 @@ android {
dependencies { dependencies {
implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.activity:activity-compose:1.7.2") implementation("androidx.activity:activity-compose:1.8.0")
// Compose // Compose
implementation("androidx.compose.ui:ui:1.5.1") implementation("androidx.compose.ui:ui:1.5.3")
implementation("androidx.compose.ui:ui-util:1.5.1") implementation("androidx.compose.ui:ui-util:1.5.3")
implementation("androidx.compose.ui:ui-graphics:1.5.1") implementation("androidx.compose.ui:ui-graphics:1.5.3")
implementation("androidx.compose.ui:ui-tooling-preview:1.5.1") implementation("androidx.compose.ui:ui-tooling-preview:1.5.3")
implementation("androidx.compose.material:material:1.5.1") implementation("androidx.compose.material:material:1.5.3")
implementation("androidx.compose.material3:material3:1.1.1") implementation("androidx.compose.material3:material3:1.1.2")
debugImplementation("androidx.compose.ui:ui-tooling:1.5.1") debugImplementation("androidx.compose.ui:ui-tooling:1.5.3")
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1") implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
// Navigation // Navigation
implementation("androidx.navigation:navigation-compose:2.7.2") implementation("androidx.navigation:navigation-compose:2.7.4")
// Accompanist // Accompanist
implementation("com.google.accompanist:accompanist-placeholder:0.30.1") implementation("com.google.accompanist:accompanist-placeholder:0.30.1")

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id("com.android.application") version "8.1.1" apply false id("com.android.application") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.14" apply false id("com.google.gms.google-services") version "4.3.14" apply false
id("com.google.dagger.hilt.android") version "2.44" apply false id("com.google.dagger.hilt.android") version "2.44" apply false