Skip to content

Commit

Permalink
fix AndroidBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzsout committed Nov 23, 2024
1 parent a2e76d5 commit cea20a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
run: |
echo "$GOOGLE_SERVICES_JSON" | base64 --decode > app/google-services.json
- name: Inject Web Client ID into strings.xml
env:
WEB_CLIENT_ID: ${{ secrets.WEB_CLIENT_ID }}
run: |
echo '<resources>' > app/src/main/res/values/strings.xml
echo '<string name="web_client_id">${WEB_CLIENT_ID}</string>' >> app/src/main/res/values/strings.xml
echo '</resources>' >> app/src/main/res/values/strings.xml
- name: Create local.properties
env:
RELEASE_API_KEY: ${{ secrets.RELEASE_API_KEY }}
Expand Down

0 comments on commit cea20a5

Please sign in to comment.