Skip to content

Commit 4d3f6d1

Browse files
committed
Fix Gradle version.
1 parent b950fa3 commit 4d3f6d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/reusable-workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
uses: android-actions/setup-android@v3
4747
- uses: gradle/actions/setup-gradle@v4
4848
with:
49-
gradle-version: "8.13.0"
49+
# This is the actual Gradle version (not AGP), which can be found in the gradle-wrapper.properties file.
50+
gradle-version: "8.14.3"
5051
add-job-summary: on-failure
5152
add-job-summary-as-pr-comment: on-failure
5253
- name: Run Lint

0 commit comments

Comments
 (0)