Skip to content

Commit

Permalink
Add android flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Feb 14, 2025
1 parent b335134 commit 0415196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
ANDROID_UPLOAD_KEYSTORE_PASSWORD: ${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEYSTORE_PASSWORD }}
ANDROID_UPLOAD_KEYSTORE_ALIAS: ${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEYSTORE_ALIAS }}
ANDROID_UPLOAD_KEY_PASSWORD: ${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEY_PASSWORD }}
ANDROID_FLAVOR: ${{ vars.ANDROID_FLAVOR }}

- name: Upload Android app to Google Play
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ platform :android do
project_dir: 'Mobile-Expensify/Android',
task: "bundleRelease",
flags: "--refresh-dependencies",
flavor: ENV["ANDROID_FLAVOR"],
properties: {
"android.injected.signing.store.file" => './upload-key.keystore',
"android.injected.signing.store.password" => ENV["ANDROID_UPLOAD_KEYSTORE_PASSWORD"],
Expand Down

0 comments on commit 0415196

Please sign in to comment.