Skip to content

Commit

Permalink
#132 update dependencies
Browse files Browse the repository at this point in the history
checkout the issue for more information.
  • Loading branch information
javadjafari1 committed Jan 26, 2024
1 parent 23d62dd commit ee83617
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
accompanist = "0.32.0"
accompanist = "0.34.0"
activityCompose = "1.8.2"
agp = "8.1.2"
androidxJunit = "1.1.5"
Expand All @@ -8,11 +8,11 @@ appcompat = "1.6.1"
caoc = "2.4.0"
chucker = "4.0.0"
coilCompose = "2.5.0"
composeAnimation = "1.5.4"
composeAnimation = "1.6.0"
composeCompiler = "1.5.8"
composeRuntime = "1.5.4"
composeUi = "1.5.4"
compsoeFoundation = "1.5.4"
composeRuntime = "1.6.0"
composeUi = "1.6.0"
compsoeFoundation = "1.6.0"
coreKtx = "1.12.0"
coroutine = "1.7.3"
dagger = "2.50"
Expand All @@ -26,10 +26,10 @@ kotestAssertion = "5.8.0"
kotlin = "1.9.22"
kotlinxSerialization = "1.6.2"
kover = "0.7.4"
ksp = "1.9.22-1.0.16"
lifecycleRuntime = "2.6.2"
ksp = "1.9.22-1.0.17"
lifecycleRuntime = "2.7.0"
material3 = "1.2.0-beta02"
mockK = "1.13.8"
mockK = "1.13.9"
navigationCompose = "2.7.6"
okhttp = "4.12.0"
paging = "3.2.1"
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 @@
#Fri May 19 10:42:08 IRST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ee83617

Please sign in to comment.