Update all dependencies

This commit is contained in:
renovate[bot]
2025-11-12 00:00:00 +07:00
committed by GitHub
parent 1568678577
commit f500e4dc44
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")
}