Skip to content

Commit 75b6762

Browse files
authored
Update android.yml
1 parent a6e49f7 commit 75b6762

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
with:
2020
distribution: 'zulu'
2121
java-version: 17
22-
22+
- uses: gradle/actions/setup-gradle@v4.3.1
23+
with:
24+
dependency-graph: generate-and-submit
2325
- name: Make gradlew executable
2426
run: chmod +x ./gradlew
2527

0 commit comments

Comments
 (0)