We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dc394 commit 2423c11Copy full SHA for 2423c11
.github/actions/pre-build/action.yml
@@ -11,6 +11,8 @@ runs:
11
- name: revert gradle wrapper mirror setting
12
shell: bash
13
run: echo "DISABLE_TENCENT_MAVEN_MIRROR=true" >> $GITHUB_ENV
14
+ - name: Install specific Android SDK platforms
15
+ run: sdkmanager "platforms;android-33"
16
- uses: actions/setup-java@v4
17
with:
18
distribution: 'temurin'
0 commit comments