Skip to content

Commit bcc0212

Browse files
committed
Update release script.
In new gradle version, the output is in the release/ subdirectory.
1 parent 58e8c33 commit bcc0212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VER=$(grep versionName AndroidManifest.xml | sed -e 's/.*"\(.*\)".*/v\1/')
22
cp build/outputs/mapping/release/mapping.txt mapping-$VER.txt
3-
cp Dictionary-release.apk Dictionary-$VER.apk
3+
cp release/Dictionary-release.apk Dictionary-$VER.apk
44
gpg -a --detach-sign Dictionary-$VER.apk
55
git tag -u 06D4D9C7 "$VER"

0 commit comments

Comments
 (0)