Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #310

Closed
wants to merge 1 commit into from
Closed
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/firebase_test_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:

- name: Setup JDK
id: setup-java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'

- name: Build Macrobenchmark Sample
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
env:
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:

- name: Setup JDK
id: setup-java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: "zulu"

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
gradle-home-cache-cleanup: true

Expand All @@ -73,7 +73,7 @@ jobs:
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1

- name: Upload app with Baseline Profile
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "Production App"
path: MacrobenchmarkSample/app/build/outputs/apk/release/*.apk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macrobenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

- name: Setup JDK
id: setup-java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
gradle-home-cache-cleanup: true

Expand Down
2 changes: 1 addition & 1 deletion JankStatsSample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
jvmTarget = "11"
}
composeOptions {
kotlinCompilerExtensionVersion = "1.3.1"
kotlinCompilerExtensionVersion = "1.5.15"
}
namespace = "com.example.jankstats"
}
Expand Down
20 changes: 10 additions & 10 deletions JankStatsSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

[versions]

agp = "7.3.1"
appcompat = "1.7.0-alpha01"
agp = "8.8.0"
appcompat = "1.10.0"
compose = "1.2.1"
composeBom = "2022.11.00"
coroutines = "1.6.4"
constraint_layout = "2.1.4"
composeBom = "2025.01.00"
coroutines = "1.10.1"
constraint_layout = "2.2.0"
core = "1.9.0"
jankstats = "1.0.0-alpha03"
kotlin = "1.7.10"
material = "1.7.0"
navigation = "2.5.3"
tracing = "1.1.0"
jankstats = "1.0.0-beta01"
kotlin = "2.1.10"
material = "1.12.0"
navigation = "2.8.5"
tracing = "1.2.0"

[libraries]

Expand Down
Binary file modified JankStatsSample/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 4 additions & 3 deletions JankStatsSample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Tue Jan 11 09:20:06 PST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading
Loading