Skip to content

Commit

Permalink
chore: update dependencies (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored May 30, 2024
1 parent 89f043b commit d9480f8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
android-gradle-plugin = "8.4.1"
androidx-activity = "1.9.0"
androidx-compose-bom = "2024.05.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-lifecycle = "2.8.0"
androidx-lifecycle = "2.8.1"
kotest = "5.9.0"
kotlin = "2.0.0"
kotlinx-coroutines = "1.8.1"
mikepenz-aboutlibraries = "11.1.4"
mikepenz-aboutlibraries = "11.2.1"

[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
androidx-compose-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class" }
Expand All @@ -25,13 +25,12 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-beta01"
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-beta02"
androidx-startup-runtime = "androidx.startup:startup-runtime:1.1.1"
chrisbanes-compose-bom-alpha = "dev.chrisbanes.compose:compose-bom:2024.05.00-alpha02"
chrisbanes-compose-bom-alpha = "dev.chrisbanes.compose:compose-bom:2024.05.00-alpha03"
facebook-stetho = "com.facebook.stetho:stetho:1.6.0"
jakewharton-timber = "com.jakewharton.timber:timber:5.0.1"
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-framework-api-jvm = { module = "io.kotest:kotest-framework-api-jvm", version.ref = "kotest" }
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit d9480f8

Please sign in to comment.