Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/firebase_test_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
--directories-to-pull /sdcard/Download \
--results-bucket gs://macrobenchmark-results \
--environment-variables clearPackageData=true,additionalTestOutputDir=/sdcard/Download,no-isolated-storage=true,androidx.benchmark.enabledRules=BaselineProfile \
--num-uniform-shards 2 \
--num-uniform-shards 1 \
--timeout 30m
14 changes: 7 additions & 7 deletions JankStatsSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

[versions]

agp = "8.9.0"
appcompat = "1.7.0"
agp = "8.11.1"
appcompat = "1.7.1"
activity = "1.10.1"
composeBom = "2025.03.00"
coroutines = "1.10.1"
composeBom = "2025.07.00"
coroutines = "1.10.2"
constraint_layout = "2.2.1"
core = "1.9.0"
jankstats = "1.0.0-beta02"
kotlin = "2.1.10"
kotlin = "2.2.0"
material = "1.12.0"
navigation = "2.8.9"
tracing = "1.2.0"
navigation = "2.9.2"
tracing = "1.3.0"

[libraries]

Expand Down
Binary file modified JankStatsSample/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion JankStatsSample/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
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions JankStatsSample/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions JankStatsSample/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MacrobenchmarkSample/functions/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.14.0
22.17.1
Loading
Loading