Skip to content

Commit

Permalink
[Update] libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Jul 10, 2024
1 parent a6afd65 commit 4dd346f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
agp = "8.4.2"
agp = "8.5.0"
compose-bom = "2024.06.00"
konsist = "0.15.1"
kotlin = "2.0.0"
appcompat = "1.7.0"
core-splashscreen = "1.0.1"
core-ktx = "1.13.1"
core-testing = "2.2.0"
lifecycle-runtime-ktx = "2.8.2"
lifecycle-compose = "2.8.2"
lifecycle-runtime-ktx = "2.8.3"
lifecycle-compose = "2.8.3"
activity-compose = "1.9.0"
retrofit = "2.11.0"
hilt = "2.51.1"
hilt-navigation-compose = "1.2.0"
coil-compose = "2.6.0"
window = "1.3.0"
kotlinx-serialization-json = "1.7.0"
kotlinx-serialization-json = "1.7.1"
navigation-runtime-ktx = "2.7.7"
nav_compose = "2.7.7"
gson = "2.11.0"
Expand All @@ -25,8 +25,8 @@ logging-interceptor = "4.12.0"
timber = "5.0.1"
material = "1.12.0"
lottie-compose = "6.4.1"
androidx-test-ext-junit = "1.1.5"
espresso = "3.5.1"
androidx-test-ext-junit = "1.2.1"
espresso = "3.6.1"
junitparams = "1.1.1"
junit-jupiter = "5.10.2"
mockk = "1.13.11"
Expand All @@ -38,7 +38,7 @@ versions = "0.51.0"
ksp = "2.0.0-1.0.22"
glance = "1.1.0"
ui-tooling-preview-android = "1.6.8"
test-core = "1.5.0"
test-core = "1.6.1"

[libraries]
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Oct 19 23:04:01 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 4dd346f

Please sign in to comment.