We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81ab37 commit 298ec36Copy full SHA for 298ec36
1 file changed
.github/workflows/dependency-submission.yml
@@ -21,6 +21,9 @@ jobs:
21
# https://github.com/actions/checkout
22
- uses: actions/checkout@v6
23
24
+ - name: Accept Android SDK licenses
25
+ run: yes | sdkmanager --licenses
26
+
27
# https://github.com/gradle/actions/blob/main/docs/dependency-submission.md
28
- name: Run dependency submission
29
uses: gradle/actions/dependency-submission@v5
0 commit comments