Update all dependencies

This commit is contained in:
renovate[bot]
2024-12-10 14:41:50 +00:00
committed by GitHub
parent f4df249cbc
commit 9ee4581197
6 changed files with 213 additions and 140 deletions

View File

@@ -55,7 +55,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.15"
}
packaging {
resources {
@@ -65,11 +65,11 @@ android {
}
dependencies {
implementation(platform("androidx.compose:compose-bom:2023.10.01"))
implementation("androidx.activity:activity-compose:1.8.0")
implementation(platform("androidx.compose:compose-bom:2024.11.00"))
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.core:core-ktx:1.15.0")
debugImplementation("androidx.compose.ui:ui-tooling")
}