Skip to content

Commit

Permalink
updated apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Beatty authored and Garrett Beatty committed Mar 13, 2018
1 parent 7bf7f80 commit b1cd530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_deploy:
-storepass $storepass -keypass $keypass app-release-unsigned.apk arxivexplorer
- jarsigner -verify app-release-unsigned.apk
- "${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/zipalign -v 4 app-release-unsigned.apk
TravisAndroid.apk"
arXiveXplorer.apk"
- cd -
- scripts/tag.sh
deploy:
Expand All @@ -42,6 +42,6 @@ deploy:
branch: master
api_key:
secure: NbWva1OVNdmP99J5lRZw2QOFfAxi7z7F/YLunpNTI+36H7PVM0bzaiGMdZwbyqdgf/HS1F5ZzTUfcGEDsWM6A9AlGApYHpZ0lUpV4ip4LZdXTanhjZsvp7WCkWlxCWztpWnOuKzEZIFCaUeaZRIvOiqyHKMbZZdfYuAVxaQQPAWS4wOg/m2na7981nvlVAA867aaACdOODk5mzfx+wM5D6zXIpngBs9Dqy2ifnmH21q49ZQ5AOuIiQberVWm2vAw2g9Oj0sar3v13nZ1hbpzIENhWRBMVKxRaKWMtU6rts6azukDQYZwS9SxBZRGM4CzQ4mP6cSt8xtkfzk7V0021XCpAhRSKfJOy++bmtiS5mAMZPnLEv0fQ2GJRDXI78bBoulJCO+n13twbS8/iPielh5ST+tQ+kb6THxn0qa4NOcDlRrzH1zBU2Z0wFtEY65B8ksCdrsnD8cUSZP/wfhPdkiIaZOST643ZNrFDhlHi7rAYKVGqhRRdDUq4rSpSjGE4tUzmpD15otGpBkn/iEidastpbhBg5bx+F/oQgeVWTxSNm0DLCqhrcxCzTSR/eAM2EhaslZQv6Vkiy2JDLoWzvuCk0TnoGbMOOca2YUG7JMIy/VujHy/AudL8fiMTEL2HSOZNtiFHUGZeF9fY1tt8fjtiBzBC2hJfsJDL7Em/OY=
file: app/build/outputs/apk/release/TravisAndroid.apk
file: app/build/outputs/apk/release/arXiveXplorer.apk
overwrite: true
skip_cleanup: true

0 comments on commit b1cd530

Please sign in to comment.