Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 24, 2024
1 parent ca3afe0 commit f797370
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate cache key
run: ./checksum.sh checksum.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macrobenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate cache key
run: ./checksum.sh checksum.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Generate cache key
run: ./checksum.sh checksum.txt

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
accompanist = "0.32.0"
androidx-benchmark = "1.2.2"
androidx-complications-data = "1.2.0"
androidx-benchmark = "1.2.3"
androidx-complications-data = "1.2.1"
androidx-constraintlayout-compose = "1.0.1"
androidx-compose-material = "1.5.4"
androidx-compose-material = "1.6.0"
androidx-concurrent = "1.1.0"
androidx-datastore = "1.0.0"
androidx-health-services = "1.0.0-rc01"
Expand All @@ -14,7 +14,7 @@ androidx-test-ext = "1.2.0-alpha02"
androidx-test-runner = "1.6.0-alpha05"
androidx-tracingPerfetto = "1.0.0"
androidx-tracingPerfettoBinary = "1.0.0"
androidx-wear-watchface = "1.2.0"
androidx-wear-watchface = "1.2.1"
androidxActivity = "1.8.2"
androidxCore = "1.12.0"
androidxLifecycle = "2.7.0"
Expand All @@ -31,14 +31,14 @@ annotation = "1.0.1"
app-cash-turbine = "1.0.0"
com-squareup-okhttp3 = "4.12.0"
com-squareup-retrofit2 = "2.9.0"
compose = "1.6.0-rc01"
compose = "1.6.0"
compose-compiler = "1.5.6"
compose-material3 = "1.2.0-beta02"
compose-material3 = "1.2.0-rc01"
composesnapshot = "-"
dependencyAnalysis = "1.28.0"
dependencyAnalysis = "1.29.0"
dokka = "1.9.10"
googledagger = "2.50"
gradlePlugin = "8.2.1"
gradlePlugin = "8.2.2"
gradlePublishPlugin = "0.27.0"
io-coil-kt = "2.5.0"
junit = "4.13.2"
Expand All @@ -55,9 +55,9 @@ protobuf = "3.25.2"
room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
snapshot-android = "1.0.4"
spotless = "6.24.0"
truth = "1.2.0"
wearcompose = "1.3.0-rc01"
spotless = "6.25.0"
truth = "1.3.0"
wearcompose = "1.3.0"
wearToolingPreview = "1.0.0"
appcompat = "1.6.1"
material = "1.11.0"
Expand Down Expand Up @@ -141,7 +141,7 @@ coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "io-coil-kt" }
com-squareup-okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" }
compose-bom = "androidx.compose:compose-bom:2023.10.01"
compose-bom = "androidx.compose:compose-bom:2024.01.00"
compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-material" }
compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose-material" }
compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" }
Expand Down

0 comments on commit f797370

Please sign in to comment.