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

Commit

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

* Fix build errors

---------

Co-authored-by: Simona Milanovic <[email protected]>
  • Loading branch information
compose-devrel-github-bot and simona-anomis authored Apr 18, 2024
1 parent 5f60c94 commit 9dc0ea0
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,42 +14,42 @@
## limitations under the License.
##
[versions]
accessibilityTestFramework = "4.1.0"
activityCompose = "1.8.2"
androidGradlePlugin = "8.2.2"
benchmark = "1.2.3"
accessibilityTestFramework = "4.1.1"
activityCompose = "1.9.0"
androidGradlePlugin = "8.3.2"
benchmark = "1.2.4"
# @keep
compileSdk = "34"
# @keep
compose-compiler = "1.5.8"
composeBom = "2024.02.00"
composeBom = "2024.04.01"
composeLatest = "1.7.0-alpha01"
constraintLayoutCompose = "1.0.1"
coreTesting = "2.2.0"
coroutines = "1.7.3"
coroutines = "1.8.0"
espresso = "3.5.1"
glide = "1.0.0-beta01"
gradle = "7.2.0"
gradle-versions = "0.51.0"
gson = "2.9.0"
guava = "33.0.0-jre"
hilt = "2.50"
hiltNavigationCompose = "1.1.0"
guava = "33.1.0-jre"
hilt = "2.51.1"
hiltNavigationCompose = "1.2.0"
junit = "4.13.2"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
# @keep
ktlint = "0.40.0"
ktx = "1.7.0"
ktx = "1.13.0"
lifecycle = "2.7.0"
material = "1.8.0-rc01"
material3 = "1.2.0-rc01"
material3 = "1.2.1"
# @keep
minSdk = "24"
monitor = "1.6.1"
navigation = "2.7.7"
okhttpLogging = "4.12.0"
pagingCompose = "3.3.0-alpha03"
pagingCompose = "3.3.0-beta01"
profileInstaller = "1.3.1"
retrofit = "2.9.0"
room = "2.6.1"
Expand All @@ -58,7 +58,7 @@ systemuicontroller = "0.34.0"
# @keep
targetSdk = "34"
testExtJunit = "1.1.5"
uiAutomator = "2.2.0"
uiAutomator = "2.3.0"
version-catalog-update = "0.8.4"
viewModelCompose = "2.7.0"
work = "2.9.0"
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 @@
#Wed Jan 03 11:14:53 PST 2024
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 9dc0ea0

Please sign in to comment.