Skip to content

Commit 6accf5e

Browse files
authored
Update build.yml
1 parent e91526e commit 6accf5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
java-version: 1.11
2020
- name: Get NDK
2121
run: sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669"
22+
- name: Setup Android SDK
23+
run: |
24+
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
2225
- name: Write google-services.json
23-
uses: DamianReeves/write-file-action@v1.0
26+
uses: DamianReeves/write-file-action@v1.2
2427
with:
2528
# The path to the file to write
2629
path: app/google-services.json

0 commit comments

Comments
 (0)