Skip to content

Commit

Permalink
Merge pull request #68 from devscast/update-dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
yveskalume authored Jan 27, 2025
2 parents 72595e9 + 417c128 commit 94e3bd9
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 451 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
agp = "8.5.0"
agp = "8.5.2"
appcompat = "1.7.0"
composeBom = "2024.06.00"
coreKtx = "1.13.1"
espressoCore = "3.6.0"
composeBom = "2025.01.00"
coreKtx = "1.15.0"
espressoCore = "3.6.1"
junit = "4.13.2"
junitVersion = "1.2.0"
kotlin = "2.0.0"
compose = "1.6.8"
compose-material3 = "1.2.1"
androidx-activityCompose = "1.9.0"
junitVersion = "1.2.1"
kotlin = "2.0.20"
compose = "1.7.6"
compose-material3 = "1.3.1"
androidx-activityCompose = "1.10.0"
detekt = "1.23.6"
binary-compatibilty-validator = "0.14.0"
kotlinTestWasmJs = "2.0.0"
lifecycleRuntimeKtx = "2.8.2"
lifecycleRuntimeKtx = "2.8.7"
material = "1.12.0"
maven-publish = "0.28.0"
compose-plugin = "1.6.11"
uiTestJunit4 = "1.6.8"
uiTestJunit4 = "1.7.6"

[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
Expand Down
Loading

0 comments on commit 94e3bd9

Please sign in to comment.