Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Apr 16, 2024
1 parent 0a0d93f commit df6172d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
gradle = "8.2.2"
gradle = "8.3.2"
kotlin-gradle-plugin = "1.8.10"
ktx = "1.12.0"
lifecycle-runtime = "2.7.0"
activity-compose = "1.8.2"
appcompat = "1.6.1"
compose-bom = "2024.02.00"
compose-bom = "2024.04.00"
junit4 = "4.13.2"
ui-test-junit4 = "1.6.1" # ...not in BOM for some reason?
ui-test-junit4 = "1.6.5" # ...not in BOM for some reason?
androidx-junit = "1.1.5"
androidx-espresso = "3.5.1"
dokka = "1.8.10"
theoplayer = "6.10.0"
theoplayer = "7.1.1"

[libraries]
androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
Expand Down

0 comments on commit df6172d

Please sign in to comment.