Skip to content

Commit e44ab83

Browse files
committed
testfix(android): API 29 CI
1 parent c4b1da3 commit e44ab83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android-api-29.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Grant execute permission for gradlew
3333
run: chmod +x gradlew
3434
working-directory: android
35+
36+
- name: Create gradle.properties
37+
run: |
38+
echo "breautek.fuse.MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}" >> $GITHUB_WORKSPACE/android/local.properties
39+
3540
- name: Accept Android SDK Licenses
3641
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
3742
- name: Build with Gradle

0 commit comments

Comments
 (0)