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 12819ab commit a4cd9c3Copy full SHA for a4cd9c3
.travis.yml
@@ -20,7 +20,7 @@ before_install:
20
- openssl aes-256-cbc -K $encrypted_7aab63907238_key -iv $encrypted_7aab63907238_iv -in .yuuta.jks.enc -out .yuuta.jks -d
21
before_deploy:
22
- export VERSION=$(cat version.txt)
23
-- export VERSION_CODE=$(version_code.txt)
+- export VERSION_CODE=$(cat version_code.txt)
24
- git tag $VERSION_CODE
25
# Rename
26
- mv "app/build/outputs/apk/release/app-release.apk" "app/build/outputs/apk/release/app.apk"
0 commit comments