We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7895d54 commit dcf46f8Copy full SHA for dcf46f8
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
- yes | sdkmanager "platforms;android-28"
19
- chmod a+x gradlew
20
- 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
22
before_deploy:
23
- export VERSION=$(cat version.txt)
24
- export VERSION_CODE=$(cat version_code.txt)
0 commit comments