Skip to content

Commit

Permalink
Update release script.
Browse files Browse the repository at this point in the history
In new gradle version, the output is in the
release/ subdirectory.
  • Loading branch information
rdoeffinger committed Nov 6, 2017
1 parent 58e8c33 commit bcc0212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VER=$(grep versionName AndroidManifest.xml | sed -e 's/.*"\(.*\)".*/v\1/')
cp build/outputs/mapping/release/mapping.txt mapping-$VER.txt
cp Dictionary-release.apk Dictionary-$VER.apk
cp release/Dictionary-release.apk Dictionary-$VER.apk
gpg -a --detach-sign Dictionary-$VER.apk
git tag -u 06D4D9C7 "$VER"

0 comments on commit bcc0212

Please sign in to comment.