Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 20, 2023
2 parents 4f9eaa5 + 99d716d commit 6efd2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/baseline-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Sets gradle up
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.0
uses: gradle/gradle-build-action@v2.11.1

# Grants execute permission to gradle (safety step)
- name: Grant Permissions to gradlew
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidGradlePlugin = "8.2.0"
androidxActivity = "1.8.2"
androidxMaterial = "1.11.0"
androidxComposeBom = "2023.10.01"
androidxComposeCompiler = "1.5.6"
androidxComposeCompiler = "1.5.7"
androidxComposeConstraintLayout = "1.0.1"
androidxCore = "1.12.0"
androidxTestRunner = "1.5.2"
Expand Down

0 comments on commit 6efd2ac

Please sign in to comment.