Skip to content

Commit dcf46f8

Browse files
committed
fix(build): add Google Play API configuration
Signed-off-by: Trumeet <[email protected]>
1 parent 7895d54 commit dcf46f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
- yes | sdkmanager "platforms;android-28"
1919
- chmod a+x gradlew
2020
- openssl aes-256-cbc -K $encrypted_7aab63907238_key -iv $encrypted_7aab63907238_iv -in .yuuta.jks.enc -out .yuuta.jks -d
21+
- echo ${GOOGLE_PLAY_STORE_API_JSON} > app/play-store-api.json
2122
before_deploy:
2223
- export VERSION=$(cat version.txt)
2324
- export VERSION_CODE=$(cat version_code.txt)

0 commit comments

Comments
 (0)