Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/baseline-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Set Up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Set Up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
Expand Down
10 changes: 5 additions & 5 deletions baseline-profiles/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
accompanist = "0.36.0"
androidGradlePlugin = "8.11.1"
androidGradlePlugin = "8.12.1"
androidx-activity-compose = "1.10.1"
androidx-benchmark-junit4 = "1.4.0"
androidx-compose-bom = "2025.07.00"
androidx-compose-bom = "2025.08.00"
androidx-constraintlayout = "1.1.1"
androidx-corektx = "1.16.0"
androidx-corektx = "1.17.0"
androidx-lifecycle-compose = "2.9.2"
androidx-lifecycle-runtime-compose = "2.9.2"
androidx-navigation = "2.9.3"
Expand All @@ -16,8 +16,8 @@ androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
coroutines = "1.10.2"
junit = "4.13.2"
kotlin = "2.2.0"
runtimeTracing = "1.8.3"
kotlin = "2.2.10"
runtimeTracing = "1.9.0"
profileinstaller = "1.4.1"
baselineprofile = "1.4.0"

Expand Down
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.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 deletions benchmarking/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
accompanist = "0.36.0"
androidGradlePlugin = "8.11.1"
androidGradlePlugin = "8.12.1"
androidx-activity-compose = "1.10.1"
androidx-benchmark-junit4 = "1.4.0"
androidx-compose-bom = "2025.07.00"
androidx-compose-bom = "2025.08.00"
androidx-constraintlayout = "1.1.1"
androidx-corektx = "1.16.0"
androidx-corektx = "1.17.0"
androidx-lifecycle-compose = "2.9.2"
androidx-lifecycle-runtime-compose = "2.9.2"
androidx-navigation = "2.9.3"
Expand All @@ -16,8 +16,8 @@ androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
coroutines = "1.10.2"
junit = "4.13.2"
kotlin = "2.2.0"
runtimeTracing = "1.8.3"
kotlin = "2.2.10"
runtimeTracing = "1.9.0"
profileinstaller = "1.4.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/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.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading