File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ matrix:
5050 script :
5151 - cd android && ./gradlew assembleDebug && ./gradlew assembleRelease
5252 before_deploy :
53- - cp $TRAVIS_BUILD_DIR/.keystore $HOME
54- - jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-release-unsigned.apk $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-debug-signed.apk -keystore $HOME/.keystore -storepass $storepass -keypass $keypass
55- - " ${ANDROID_HOME}/build-tools/22 .0.1/zipalign 4 $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-release-unsigned.apk $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-debug-signed.apk"
53+ - cp $TRAVIS_BUILD_DIR/debug .keystore $HOME
54+ - jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-release-unsigned.apk androiddebugkey -keystore $HOME/debug .keystore -storepass $storepass -keypass $keypass
55+ - " ${ANDROID_HOME}/build-tools/23 .0.1/zipalign 4 $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-release-unsigned.apk $TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-debug-signed.apk"
5656 deploy : # mostly generated by `> travis deploy releases`
5757 skip_cleanup : true
5858 provider : releases
You can’t perform that action at this time.
0 commit comments