We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e7565 commit d46edacCopy full SHA for d46edac
1 file changed
.github/workflows/build.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Setup Android SDK
30
uses: android-actions/setup-android@v3
31
+ with:
32
+ packages: 'tools platform-tools build-tools-33.0.2 platforms;android-33'
33
34
- name: Build with Gradle
35
0 commit comments