Skip to content

Commit

Permalink
[Update] libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Oct 28, 2024
1 parent c8f05ed commit 23a21ea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
agp = "8.7.0"
compose-bom = "2024.09.03"
agp = "8.7.1"
compose-bom = "2024.10.00"
konsist = "0.16.1"
kotlin = "2.0.20"
kotlin = "2.0.21"
appcompat = "1.7.0"
core-splashscreen = "1.0.1"
core-ktx = "1.13.1"
core-testing = "2.2.0"
lifecycle-runtime-ktx = "2.8.6"
lifecycle-compose = "2.8.6"
activity-compose = "1.9.2"
activity-compose = "1.9.3"
retrofit = "2.11.0"
hilt = "2.52"
hilt-navigation-compose = "1.2.0"
coil-compose = "2.7.0"
window = "1.3.0"
kotlinx-serialization-json = "1.7.3"
nav-compose = "2.8.2"
nav-compose = "2.8.3"
gson = "2.11.0"
okio = "3.9.1"
okhttp = "4.12.0"
Expand All @@ -28,16 +28,16 @@ androidx-test-ext-junit = "1.2.1"
espresso = "3.6.1"
junitparams = "1.1.1"
junit-jupiter = "5.11.2"
mockk = "1.13.12"
mockk = "1.13.13"
coroutines-test = "1.9.0"
mockwebserver = "4.12.0"
secrets-gradle-plugin = "2.0.1"
shot = "6.1.0"
versions = "0.51.0"
ksp = "2.0.20-1.0.25"
glance = "1.1.0"
ksp = "2.0.21-1.0.26"
glance = "1.1.1"
glance-experimental = "0.2.2"
ui-tooling-preview-android = "1.7.3"
ui-tooling-preview-android = "1.7.4"
test-core = "1.6.1"

[libraries]
Expand Down

0 comments on commit 23a21ea

Please sign in to comment.