Skip to content

Commit

Permalink
Merge branch 'master' into rvm/androidx_bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Sep 6, 2024
2 parents cfc7448 + 0c9e285 commit fcb5f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Android Components
android-components = "132.0.20240904095513"
android-components = "132.0.20240905215453"

# AGP
android-gradle-plugin = "8.6.0"
Expand All @@ -18,7 +18,7 @@ androidx-annotation = "1.8.2"
androidx-appcompat = "1.7.0"
androidx-browser = "1.8.0"
androidx-cardview = "1.0.0"
androidx-composeBom = "2024.06.00"
androidx-composeBom = "2024.09.00"
androidx-constraintlayout = "2.1.4"
androidx-coordinatorlayout = "1.2.0"
androidx-core = "1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/rb_taskgraph/transforms/signing_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def build_signing_task(config, tasks):
"taskId": {"task-reference": "<build-bundle>"},
"taskType": "build",
"paths": [dep.attributes["aab"]],
"formats": ["autograph_apk"],
"formats": ["autograph_stage_aab"],
}]
del task["primary-dependency"]
yield task

0 comments on commit fcb5f42

Please sign in to comment.