Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waseefakhtar committed Jul 1, 2024
1 parent 75bb202 commit d2d57c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ target-sdk-version = "34"
version-code = "7"
version-name = "1.4.1"
accompanistPermissions = "0.33.2-alpha"
activity = "1.8.0"
androidxHilt = "1.1.0"
compose = "1.6.0-alpha08"
activity = "1.9.0"
androidxHilt = "1.2.0"
compose = "1.6.8"
composeCompiler = "1.5.4"
composeNavigation = "2.7.5"
core = "1.12.0"
espresso = "3.5.1"
firebase = "32.5.0"
firebaseCrashlyticsGradle = "2.9.1"
composeNavigation = "2.7.7"
core = "1.13.1"
espresso = "3.6.1"
firebase = "33.1.1"
firebaseCrashlyticsGradle = "3.0.2"
gson = "2.10"
gradle = "8.1.2"
googleServices = "4.3.13"
hilt = "2.47"
gradle = "8.5.0"
googleServices = "4.4.2"
hilt = "2.48"
junit = "4.13.2"
junitExt = "1.1.5"
junitExt = "1.2.1"
kotlin = "1.9.20" # Must be aligned with KSP version
ksp = "1.9.20-1.0.14" # KSP version must be aligned with kotlin https://github.com/google/ksp/releases
ktlint = "10.3.0"
lifecycle = "2.7.0-beta01"
room = "2.6.0"
material3 = "1.2.0-alpha10"
lifecycle = "2.8.3"
room = "2.6.1"
material3 = "1.2.1"
okhttp = "4.10.0"

[libraries]
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 Sep 26 01:31:38 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d2d57c0

Please sign in to comment.