Skip to content

Commit 0bbf5a6

Browse files
committed
Update all dependencies
1 parent 3e1a8ef commit 0bbf5a6

9 files changed

Lines changed: 55 additions & 55 deletions

File tree

‎.github/workflows/android_test.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
TERM: dumb
1919

2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
lfs: 'true'
2424

@@ -50,14 +50,14 @@ jobs:
5050

5151
- name: Upload logs
5252
if: always()
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: logs-${{ matrix.api-level }}-${{ matrix.shard }}
5656
path: logcat.txt
5757

5858
- name: Upload test results
5959
if: always()
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: test-results-${{ matrix.api-level }}-${{ matrix.shard }}
6363
path: |

‎.github/workflows/build.yml‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 40
2020

2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
with:
2424
lfs: 'true'
2525

@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: test-results
4141
if: always()
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: build-results
4545
path: |
@@ -55,7 +55,7 @@ jobs:
5555
timeout-minutes: 40
5656

5757
steps:
58-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
58+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5959
with:
6060
lfs: 'true'
6161

@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: screenshot-test-results-1
7878
if: always()
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v6
8080
with:
8181
name: screenshot-results-1
8282
path: |
@@ -93,7 +93,7 @@ jobs:
9393
timeout-minutes: 40
9494

9595
steps:
96-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
96+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9797
with:
9898
lfs: 'true'
9999

@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: screenshot-test-results-2
116116
if: always()
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: screenshot-results-2
120120
path: |
@@ -134,7 +134,7 @@ jobs:
134134
TERM: dumb
135135

136136
steps:
137-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
137+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
138138
with:
139139
lfs: 'true'
140140

@@ -160,7 +160,7 @@ jobs:
160160
timeout-minutes: 40
161161

162162
steps:
163-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
163+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
164164
with:
165165
lfs: 'true'
166166

‎.github/workflows/build_nightly.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 40
1212

1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
with:
1616
lfs: 'true'
1717

@@ -27,7 +27,7 @@ jobs:
2727
- name: Generate cache key
2828
run: ./checksum.sh checksum.txt
2929

30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
with:
3232
path: |
3333
~/.gradle/caches/modules-*
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Upload test results and reports
4949
if: always()
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-results
5353
path: |
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Upload apks
5858
if: always()
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: apks
6262
path: |

‎.github/workflows/fixup.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 40
1010

1111
steps:
12-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1313
with:
1414
lfs: 'true'
1515

@@ -28,7 +28,7 @@ jobs:
2828
arguments: --continue spotlessApply
2929

3030
- name: Push reformatted code
31-
uses: stefanzweifel/git-auto-commit-action@v6
31+
uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
file_pattern: '**/*.kt'
3434
disable_globbing: true
@@ -40,7 +40,7 @@ jobs:
4040
arguments: --continue metalavaGenerateSignature metalavaGenerateSignatureRelease
4141

4242
- name: Push new apis
43-
uses: stefanzweifel/git-auto-commit-action@v6
43+
uses: stefanzweifel/git-auto-commit-action@v7
4444
with:
4545
file_pattern: '**/current.api'
4646
disable_globbing: true
@@ -52,7 +52,7 @@ jobs:
5252
arguments: --continue verifyAndRecordRoborazziDebug
5353

5454
- name: Push new screenshots if available
55-
uses: stefanzweifel/git-auto-commit-action@v6
55+
uses: stefanzweifel/git-auto-commit-action@v7
5656
if: ${{ always() }}
5757
with:
5858
file_pattern: '**/snapshots/images/*.png **/screenshots/*.png **/audit/*.png'

‎.github/workflows/macrobenchmark.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
TERM: dumb
1212

1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
with:
1616
lfs: 'true'
1717

@@ -27,7 +27,7 @@ jobs:
2727
- name: Generate cache key
2828
run: ./checksum.sh checksum.txt
2929

30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
with:
3232
path: |
3333
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
4848
- name: Upload logs
4949
if: always()
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: logs-${{ matrix.api-level }}-${{ matrix.shard }}
5353
path: logcat.txt
5454

5555
- name: Upload test results
5656
if: always()
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: test-results-${{ matrix.api-level }}-${{ matrix.shard }}
6060
path: |

‎.github/workflows/publish-docs.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
TERM: dumb
1414

1515
steps:
16-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
with:
1818
lfs: 'true'
1919

@@ -29,7 +29,7 @@ jobs:
2929
- name: Generate cache key
3030
run: ./checksum.sh checksum.txt
3131

32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
with:
3434
path: |
3535
~/.gradle/caches/modules-*
@@ -38,7 +38,7 @@ jobs:
3838
key: gradle-${{ hashFiles('checksum.txt') }}
3939

4040
- name: Setup Python
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: '3.x'
4444

‎gradle/libs.versions.toml‎

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
accessibilityTestFramework = "4.1.1"
33
accompanist = "0.36.0"
44
androidx-benchmark = "1.4.1"
5-
androidx-complications-data = "1.3.0-alpha07"
5+
androidx-complications-data = "1.3.0-beta01"
66
androidx-concurrent = "1.3.0"
77
androidx-constraintlayout-compose = "1.1.1"
88
androidx-datastore = "1.2.0"
99
androidx-graphics = "1.1.0"
1010
androidx-health-services = "1.1.0-alpha05"
1111
androidx-hilt = "1.3.0"
12-
androidx-media3 = "1.8.0"
12+
androidx-media3 = "1.9.0"
1313
androidx-test-espresso = "3.7.0"
1414
androidx-test-ext = "1.3.0"
1515
androidx-test-runner = "1.7.0"
16-
androidx-wear-watchface = "1.3.0-alpha07"
17-
androidxActivity = "1.12.1"
16+
androidx-wear-watchface = "1.3.0-beta01"
17+
androidxActivity = "1.12.2"
1818
androidxComposeBom = "2025.12.00"
1919
androidxCore = "1.17.0"
2020
androidxLifecycle = "2.10.0"
@@ -23,7 +23,7 @@ androidxPhoneInteractions = "1.1.0"
2323
androidxRemoteInteractions = "1.1.0"
2424
androidxStartup = "1.2.0"
2525
androidxTracing = "1.3.0"
26-
androidxWear = "1.4.0-alpha02"
26+
androidxWear = "1.4.0-beta01"
2727
androidxWork = "2.11.0"
2828
androidxprotolayout = "1.3.0"
2929
androidxtiles = "1.5.0"
@@ -34,12 +34,12 @@ com-squareup-okhttp3 = "5.3.2"
3434
com-squareup-retrofit2 = "3.0.0"
3535
compose-material3 = "1.4.0"
3636
composesnapshot = "-"
37-
dependencyAnalysis = "2.19.0"
37+
dependencyAnalysis = "3.5.1"
3838
desugar_jdk_libs = "2.1.5"
39-
dokka = "2.0.0"
40-
googledagger = "2.57.2"
41-
gradlePublishPlugin = "0.34.0"
42-
grpcStub = "1.73.0"
39+
dokka = "2.1.0"
40+
googledagger = "2.59"
41+
gradlePublishPlugin = "0.36.0"
42+
grpcStub = "1.78.0"
4343
io-coil-kt = "2.7.0"
4444
junit = "4.13.2"
4545
kotlin = "2.2.21"
@@ -51,26 +51,26 @@ material = "1.13.0"
5151
metalava = "0.4.0-alpha03"
5252
moshi = "1.15.2"
5353
okio = "3.16.4"
54-
org-robolectric = "4.16"
55-
ossLicensesPlugin = "0.10.9"
56-
osslicenses = "0.9.0"
57-
playServicesAuth = "21.4.0"
54+
org-robolectric = "4.16.1"
55+
ossLicensesPlugin = "0.10.10"
56+
osslicenses = "0.10.0"
57+
playServicesAuth = "21.5.0"
5858
playServicesOssLicenses = "17.3.0"
5959
# Stay on 4.26.1 due to https://github.com/firebase/firebase-android-sdk/issues/5997
6060
protobuf = "4.26.1"
61-
protobuf-gen-grpc-java = "1.73.0"
61+
protobuf-gen-grpc-java = "1.78.0"
6262
protobuf-gen-grpc-kotlin = "1.4.3:jdk8@jar"
6363
protobuf-gen-javalite = "3.0.0"
64-
roborazzi = "1.52.0"
64+
roborazzi = "1.56.0"
6565
room = "2.8.4"
66-
runtimeTracing = "1.10.0"
67-
spotless = "7.2.1"
66+
runtimeTracing = "1.10.1"
67+
spotless = "8.2.0"
6868
tiles-tooling-preview = "1.5.0"
6969
truth = "1.4.5"
7070
wearInput = "1.2.0"
7171
wearToolingPreview = "1.0.0"
72-
wearcompose = "1.6.0-alpha06"
73-
agp = "8.12.3"
72+
wearcompose = "1.6.0-alpha08"
73+
agp = "9.0.0"
7474

7575
[libraries]
7676
accessibility-test-framework = { module = "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework", version.ref = "accessibilityTestFramework" }
@@ -179,16 +179,16 @@ dagger-hiltandroidplugin = { module = "com.google.dagger:hilt-android-gradle-plu
179179
dagger-hiltandroidtesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "googledagger" }
180180
desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
181181
dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }
182-
google-genai = "com.google.genai:google-genai:1.30.0"
182+
google-genai = "com.google.genai:google-genai:1.36.0"
183183
gradleMavenPublishPlugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradlePublishPlugin" }
184184
grpc-stub = { module = "io.grpc:grpc-stub", version.ref = "grpcStub" }
185185
hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
186186
hilt-ext-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
187187
hilt-navigationcompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
188-
io-grpc-grpc-android = "io.grpc:grpc-android:1.73.0"
189-
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.73.0"
190-
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.3"
191-
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.73.0"
188+
io-grpc-grpc-android = "io.grpc:grpc-android:1.78.0"
189+
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.78.0"
190+
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.5.0"
191+
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.78.0"
192192
junit = { module = "junit:junit", version.ref = "junit" }
193193
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
194194
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
@@ -211,7 +211,7 @@ oss-licenses-plugin = { module = "com.google.android.gms:oss-licenses-plugin", v
211211
osslicenses-wear-compose-material = { module = "io.github.droibit.oss-licenses-android:ui-wear-compose-material", version.ref = "osslicenses" }
212212
play-services-oss-licenses = { module = "com.google.android.gms:play-services-oss-licenses", version.ref = "playServicesOssLicenses" }
213213
playservices-auth = { module = "com.google.android.gms:play-services-auth", version.ref = "playServicesAuth" }
214-
playservices-base = "com.google.android.gms:play-services-base:18.9.0"
214+
playservices-base = "com.google.android.gms:play-services-base:18.10.0"
215215
playservices-wearable = "com.google.android.gms:play-services-wearable:19.0.0"
216216
protobuf-kotlin-lite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
217217
protobuf-protoc-gen-grpc-java = { module = "io.grpc:protoc-gen-grpc-java", version.ref = "protobuf-gen-grpc-java"}
@@ -246,6 +246,6 @@ kotlinGradle = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
246246
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
247247
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
248248
metalavaGradle = { id = "me.tylerbwong.gradle.metalava", version.ref = "metalava" }
249-
protobuf = "com.google.protobuf:0.9.5"
249+
protobuf = "com.google.protobuf:0.9.6"
250250
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
251251
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

‎gradle/wrapper/gradle-wrapper.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎settings.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
plugins {
18-
id("com.gradle.develocity") version "4.1.1"
18+
id("com.gradle.develocity") version "4.3.1"
1919
}
2020

2121
develocity {

0 commit comments

Comments
 (0)