Skip to content

Commit 4b62a68

Browse files
committed
🔧 Update configuration files 🔧
.github/workflows/development-builds.yml
1 parent a884289 commit 4b62a68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/development-builds.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Setup Android SDK
2424
uses: android-actions/setup-android@v3
2525
with:
26-
api-level: 34
27-
build-tools: 34.0.0
26+
packages: 'platform-tools platforms;android-34 build-tools;34.0.0'
2827

2928
- name: Cache Gradle packages
3029
uses: actions/cache@v4

0 commit comments

Comments
 (0)