Skip to content

Commit

Permalink
Update all dependencies (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent fbc1fbf commit 864af6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {
}

dependencies {
implementation(platform("androidx.compose:compose-bom:2024.11.00"))
implementation(platform("androidx.compose:compose-bom:2024.12.01"))

implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.appcompat:appcompat:1.7.0")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildscript {
extra.apply {
set("nav_version", "2.8.4")
set("nav_version", "2.8.5")
set("room_version", "2.6.1")
set("arch_lifecycle_version", "2.8.7")
}
Expand All @@ -26,6 +26,6 @@ plugins {
id("com.android.application") version "8.7.3" apply false
id("com.android.library") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("androidx.navigation.safeargs") version "2.8.4" apply false
id("androidx.navigation.safeargs") version "2.8.5" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
}

0 comments on commit 864af6d

Please sign in to comment.