Skip to content

Commit

Permalink
[RBP-26] dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpathos committed May 2, 2024
1 parent 63e883c commit ed7138d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.3.2"
agp = "8.4.0"

ksp = "1.9.23-1.0.19"
kotlin = "1.9.23"
Expand All @@ -11,22 +11,22 @@ secrets = "2.0.1"
hilt = "2.51"
hiltNavigation = "1.2.0"

coreKtx = "1.13.0"
coreKtx = "1.13.1"

lifecycleRuntime = "2.7.0"
activityCompose = "1.9.0"

navigationCompose = "2.7.7"
composeBom = "2024.04.01"
composeKotlinCompiler = "1.5.11"
composeBom = "2024.05.00"
composeKotlinCompiler = "1.5.13"

retrofit = "2.11.0"
okhttp3 = "4.12.0"

coil = "2.5.0"
coil = "2.6.0"

room = "2.6.1"
dataStore = "1.1.0"
dataStore = "1.1.1"

junit = "4.13.2"
junitExt = "1.1.5"
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 May 30 00:50:22 KST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ed7138d

Please sign in to comment.