We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91526e commit 6accf5eCopy full SHA for 6accf5e
.github/workflows/build.yml
@@ -19,8 +19,11 @@ jobs:
19
java-version: 1.11
20
- name: Get NDK
21
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"
25
- name: Write google-services.json
- uses: DamianReeves/write-file-action@v1.0
26
+ uses: DamianReeves/write-file-action@v1.2
27
with:
28
# The path to the file to write
29
path: app/google-services.json
0 commit comments