Skip to content

Commit

Permalink
Merge pull request #927 from android/renovate/kotlin
Browse files Browse the repository at this point in the history
Update kotlin
  • Loading branch information
riggaroo authored Dec 11, 2024
2 parents 965314f + 190bb76 commit 6093bc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ dependencies {
val composeBom = platform(libs.androidx.compose.bom)

implementation(libs.androidx.activity.compose)
implementation(libs.androidx.compose.compiler)
implementation(composeBom)
implementation(libs.androidx.compose.foundation.core)
implementation(libs.androidx.compose.foundation.layout)
Expand Down
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ androidxAppCompat = "1.7.0"
androidxArchCore = "2.2.0"
androidxBrowser = "1.4.0"
androidxComposeBom = "2024.11.00"
androidxComposeCompiler = "1.4.3"
androidxCompose = "1.2.0"
androidxComposeRuntimeTracing = "1.7.5"
androidxCore = "1.15.0"
Expand Down Expand Up @@ -40,7 +39,7 @@ jacoco = "0.8.7"
junit4 = "4.13.2"
kotlin = "2.1.0"
kotlinxCoroutines = "1.9.0"
kotlinxDatetime = "0.4.0"
kotlinxDatetime = "0.6.1"
kotlinxSerializationJson = "1.7.3"
ksp = "2.1.0-1.0.29"
lint = "31.7.3"
Expand Down Expand Up @@ -72,7 +71,6 @@ androidx-archcore-testing = { group = "androidx.arch.core", name = "core-testing
androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version.ref = "androidxComposeCompiler" }
androidx-compose-foundation-core = { group = "androidx.compose.foundation", name = "foundation" }
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
androidx-compose-material-core = { group = "androidx.compose.material", name = "material" }
Expand Down

0 comments on commit 6093bc6

Please sign in to comment.