Skip to content

Commit

Permalink
add api json
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Aug 1, 2022
1 parent dc4862c commit 650b0b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ before_script:
script:
- "./gradlew clean assembleDebug"
before_deploy:

- openssl aes-256-cbc -K $encrypted_07c92ad84bea_key -iv $encrypted_07c92ad84bea_iv -in signing.tar.enc -out signing.tar -d
- tar xvf signing.tar
- "./gradlew clean assembleRelease"
- openssl aes-256-cbc -K $encrypted_1006d87fddf4_key -iv $encrypted_1006d87fddf4_iv -in api.json.enc -out api.json -d
- "fastlane release"
deploy:
provider: releases
Expand Down
Binary file added api.json.enc
Binary file not shown.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ platform :android do
skip_upload_images: true,
skip_upload_screenshots: true,
skip_upload_apk: false,
apk: File.absolute_path(apk_path)
apk: File.absolute_path(apk_path),
track: 'beta'
)
end
end

0 comments on commit 650b0b0

Please sign in to comment.