Skip to content

Commit

Permalink
Update all library and gradle dependencies to latest versions.
Browse files Browse the repository at this point in the history
Major upgrades are for Camera, Media and Compose libraries.
  • Loading branch information
MayuriKhinvasara committed Apr 15, 2024
1 parent fed17e3 commit bfbebfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@

[versions]
accompanist = "0.32.0"
activity = "1.9.0-alpha01"
activity = "1.9.0-rc01"
agp = "8.2.2"
benchmarkMacroJunit4 = "1.2.2"
baselineprofile = "1.2.2"
camera = "1.3.1"
benchmarkMacroJunit4 = "1.2.3"
baselineprofile = "1.2.3"
camera = "1.3.2"
coil = "2.4.0"
compose_bom = "2023.10.01"
compose_bom = "2024.04.00"
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
compose-foundation = "1.6.0-beta03"
concurrent = "1.1.0"
core = "1.12.0"
core-splashscreen = "1.0.1"
espresso = "3.5.1"
graphics = "1.0.0-alpha04"
hilt = "2.48.1"
hiltNavigationCompose = "1.1.0"
graphics = "1.0.0-alpha05"
hilt = "2.49"
hiltNavigationCompose = "1.2.0"
junit = "4.13.2"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
lifecycle = "2.7.0-rc02"
material3 = "1.2.0-beta01"
media3 = "1.3.0-rc01"
navigation = "2.8.0-alpha04"
lifecycle = "2.7.0"
material3 = "1.2.1"
media3 = "1.3.1"
navigation = "2.8.0-alpha06"
profileinstaller = "1.3.1"
room = "2.6.1"
spotless = "6.24.0"
test = "1.1.5"
truth = "1.1.3"
turbine = "1.0.0"
uiautomator = "2.2.0"
uiautomator = "2.3.0"
window = "1.2.0"
material3-adaptive-navigation-suite = "1.0.0-alpha05"

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 @@
#Thu Dec 08 17:47:03 JST 2022
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.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit bfbebfb

Please sign in to comment.