Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Build all build types.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 25, 2014
1 parent b1ac8e4 commit 6c62a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ fi

set -ex

$REPO_DIR/gradlew -p "$REPO_DIR" clean assembleRelease -Dpre-dex=false
$REPO_DIR/gradlew -p "$REPO_DIR" clean assemble -Dpre-dex=false

jarsigner -sigalg SHA1withRSA -digestalg SHA1 -sigfile CERT -keystore "$1" -signedjar "$UNALIGNED" "$UNSIGNED" jakewharton

$ANDROID_HOME/build-tools/21.0.0/zipalign 4 "$UNALIGNED" "$FINAL"

open "$REPO_DIR/build/outputs/apk"

0 comments on commit 6c62a62

Please sign in to comment.