Skip to content

Commit df63bbf

Browse files
committed
ADding the SDK components in the pipeline
1 parent 7d3ade9 commit df63bbf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Set up JDK 17
99
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
1010
with:
11-
distribution: 'zulu'
11+
distribution: 'temurin'
1212
java-version: '17'
1313
cache: 'gradle'
1414

@@ -24,6 +24,11 @@ runs:
2424
- name: Set up Android
2525
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2
2626

27+
- name: Install Android SDK components
28+
run: |
29+
sdkmanager "build-tools;35.0.0" "platforms;android-35" "platform-tools"
30+
shell: bash
31+
2732
- name: Download Android dependencies
2833
run: ./gradlew androidDependencies
2934
shell: bash

0 commit comments

Comments
 (0)