Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed Jun 16, 2024
1 parent f4b92e8 commit a5eb0ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions HTTPShortcuts/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
accompanist = "0.34.0"
activity = "1.9.0"
androidGradle = "8.4.1"
androidGradle = "8.5.0"
androidXCore = "1.13.1"
androidXNavigation = "2.7.7"
androidxHiltCompiler = "1.2.0"
androidxTestCore = "1.5.0"
annotation = "1.8.0"
appcompat = "1.6.1"
appcompat = "1.7.0"
biometric = "1.2.0-alpha05"
brotli = "0.1.2"
browser = "1.8.0"
Expand All @@ -16,7 +16,7 @@ bugsnagAndroid = "6.5.0"
coilCompose = "2.6.0"
colorpickerview = "2.3.0"
composableTable = "1.2.0"
composeBom = "2024.05.00"
composeBom = "2024.06.00"
composeCodeEditor = "2.0.3" # Updating breaks a lot of things, this will require some work, or possibly a different library
conscrypt = "2.5.2"
coreSplashscreen = "1.0.1"
Expand All @@ -42,7 +42,7 @@ okhttpDigest = "3.1.0"
paho = "1.2.5"
peko = "2.2.0"
persistentCookieJar = "v1.0.1"
playServicesLocation = "21.2.0"
playServicesLocation = "21.3.0"
preference = "1.2.1"
realm = "1.14.0" # only update if it's really necessary, this thing grows larger with every version...
reorderable = "2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions HTTPShortcuts/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a5eb0ee

Please sign in to comment.