Skip to content

Commit d706a1c

Browse files
fix(deps): update all dependencies
1 parent a215ab9 commit d706a1c

File tree

18 files changed

+415
-497
lines changed

18 files changed

+415
-497
lines changed

JankStatsSample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[versions]
1616

17-
agp = "8.11.1"
17+
agp = "8.12.0"
1818
appcompat = "1.7.1"
1919
activity = "1.10.1"
2020
composeBom = "2025.07.00"
Binary file not shown.

JankStatsSample/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-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

JankStatsSample/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

MacrobenchmarkSample/functions/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.18.0

MacrobenchmarkSample/functions/package-lock.json

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MacrobenchmarkSample/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"logs": "firebase functions:log"
1111
},
1212
"engines": {
13-
"node": "22.17.1"
13+
"node": "22.18.0"
1414
},
1515
"main": "lib/index.js",
1616
"dependencies": {

MacrobenchmarkSample/functions/yarn.lock

Lines changed: 394 additions & 460 deletions
Large diffs are not rendered by default.

MacrobenchmarkSample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.11.1"
2+
agp = "8.12.0"
33
activity = "1.10.1"
44
appcompat = "1.7.1"
55
benchmark = "1.4.0"
Binary file not shown.

0 commit comments

Comments
 (0)