Skip to content

Commit

Permalink
fix: added back removed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Antoine-Soucy committed Jun 5, 2024
1 parent 19dd73a commit 5221acd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/steps-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ steps:
inputs:
secureFile: ${{ parameters.androidKeystoreFile }}

- task: DownloadSecureFile@1
name: keyProperties
displayName: "Download Key Properties from Secure Files"
inputs:
secureFile: ${{ parameters.androidKeyStorePropertiesFile }}

# Flutter project signing process goes through 'key.properties' file which holds secure information about the keystore.

# TODO: If Production -> Download the google-services.json for production.
Expand Down

0 comments on commit 5221acd

Please sign in to comment.