We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f35d49 commit 5e1cd53Copy full SHA for 5e1cd53
1 file changed
.github/workflows/release.yml
@@ -25,8 +25,7 @@ jobs:
25
- name: Set up Android SDK
26
uses: android-actions/setup-android@v3
27
with:
28
- api-level: 35
29
- build-tools: 35.0.0
+ packages: 'platform-tools platforms;android-35 build-tools;35.0.0'
30
31
- name: Add build-tools to PATH
32
run: echo "$ANDROID_HOME/build-tools/35.0.0" >> $GITHUB_PATH
0 commit comments