Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🤖 Update Dependencies (#951)
Browse files Browse the repository at this point in the history
* 🤖 Update Dependencies

* Use Compose Stable for Compose deps.

Change-Id: Ia26118bbbca8932e1d33da08ea5010b1702e4188

---------

Co-authored-by: compose-devrel-github-bot <[email protected]>
  • Loading branch information
arriolac and compose-devrel-github-bot authored Jan 25, 2024
1 parent 9d623bb commit 1da6782
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
[versions]
accessibilityTestFramework = "4.1.0"
activityCompose = "1.8.2"
androidGradlePlugin = "8.2.1"
benchmark = "1.2.2"
androidGradlePlugin = "8.2.2"
benchmark = "1.2.3"
# @keep
compileSdk = "34"
# @keep
compose-compiler = "1.5.7"
composeBom = "2023.10.01"
composeLatest = "1.6.0-beta03"
compose-compiler = "1.5.8"
composeBom = "2024.01.00"
composeLatest = "1.7.0-alpha01"
constraintLayoutCompose = "1.0.1"
coreTesting = "2.2.0"
coroutines = "1.7.3"
espresso = "3.5.1"
glide = "1.0.0-beta01"
gradle = "7.2.0"
gradle-versions = "0.50.0"
gradle-versions = "0.51.0"
gson = "2.9.0"
guava = "33.0.0-jre"
hilt = "2.50"
hiltNavigationCompose = "1.1.0"
junit = "4.13.2"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
# @keep
ktlint = "0.40.0"
ktx = "1.7.0"
lifecycle = "2.6.2"
lifecycle = "2.7.0"
material = "1.8.0-rc01"
material3 = "1.2.0-beta01"
material3 = "1.2.0-rc01"
# @keep
minSdk = "24"
monitor = "1.6.1"
Expand All @@ -53,14 +53,14 @@ pagingCompose = "3.3.0-alpha02"
profileInstaller = "1.3.1"
retrofit = "2.9.0"
room = "2.6.1"
spotless = "6.23.3"
spotless = "6.25.0"
systemuicontroller = "0.32.0"
# @keep
targetSdk = "34"
testExtJunit = "1.1.5"
uiAutomator = "2.2.0"
version-catalog-update = "0.8.3"
viewModelCompose = "2.6.2"
viewModelCompose = "2.7.0"
work = "2.9.0"

[libraries]
Expand All @@ -70,13 +70,13 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
androidx-arch-core-testing = { module = "androidx.arch.core:core-testing", version.ref = "coreTesting" }
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "composeLatest" }
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeLatest" }
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeLatest" }
androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "composeLatest" }
androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeLatest" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "composeLatest" }
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding" }
Expand Down

0 comments on commit 1da6782

Please sign in to comment.