diff --git a/7. Componentes/Badges/app/build.gradle.kts b/7. Componentes/Badges/app/build.gradle.kts index 4154ee1..444ceb1 100644 --- a/7. Componentes/Badges/app/build.gradle.kts +++ b/7. Componentes/Badges/app/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0") - implementation(platform("androidx.compose:compose-bom:2023.10.01")) + implementation(platform("androidx.compose:compose-bom:2026.04.01")) debugImplementation("androidx.compose.ui:ui-tooling") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3") diff --git a/7. Componentes/Bottom Sheets/app/build.gradle.kts b/7. Componentes/Bottom Sheets/app/build.gradle.kts index e52a775..1fb915c 100644 --- a/7. Componentes/Bottom Sheets/app/build.gradle.kts +++ b/7. Componentes/Bottom Sheets/app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0") - implementation(platform("androidx.compose:compose-bom:2023.10.01")) + implementation(platform("androidx.compose:compose-bom:2026.04.01")) debugImplementation("androidx.compose.ui:ui-tooling") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3") diff --git a/7. Componentes/BottomAppBar/app/build.gradle.kts b/7. Componentes/BottomAppBar/app/build.gradle.kts index 9071305..4ab5f16 100644 --- a/7. Componentes/BottomAppBar/app/build.gradle.kts +++ b/7. Componentes/BottomAppBar/app/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("androidx.core:core-ktx:1.18.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("androidx.activity:activity-compose:1.13.0") - implementation(platform("androidx.compose:compose-bom:2023.10.01")) + implementation(platform("androidx.compose:compose-bom:2026.04.01")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview") diff --git a/7. Componentes/Chips/app/build.gradle.kts b/7. Componentes/Chips/app/build.gradle.kts index 036730f..57d6f1a 100644 --- a/7. Componentes/Chips/app/build.gradle.kts +++ b/7. Componentes/Chips/app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0") - implementation(platform("androidx.compose:compose-bom:2023.10.01")) + implementation(platform("androidx.compose:compose-bom:2026.04.01")) debugImplementation("androidx.compose.ui:ui-tooling") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3:1.4.0") diff --git a/7. Componentes/Date Pickers/app/build.gradle.kts b/7. Componentes/Date Pickers/app/build.gradle.kts index 4489a28..9095297 100644 --- a/7. Componentes/Date Pickers/app/build.gradle.kts +++ b/7. Componentes/Date Pickers/app/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5") // Compose - implementation(platform("androidx.compose:compose-bom:2023.10.01")) + implementation(platform("androidx.compose:compose-bom:2026.04.01")) debugImplementation("androidx.compose.ui:ui-tooling") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3:1.4.0") diff --git a/7. Componentes/Tooltips/app/build.gradle.kts b/7. Componentes/Tooltips/app/build.gradle.kts index a3f2f72..b4dbf8e 100644 --- a/7. Componentes/Tooltips/app/build.gradle.kts +++ b/7. Componentes/Tooltips/app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0") - implementation(platform("androidx.compose:compose-bom:2023.10.01")) + implementation(platform("androidx.compose:compose-bom:2026.04.01")) debugImplementation("androidx.compose.ui:ui-tooling") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3:1.4.0")