We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e8c33 commit bcc0212Copy full SHA for bcc0212
release.sh
@@ -1,5 +1,5 @@
1
VER=$(grep versionName AndroidManifest.xml | sed -e 's/.*"\(.*\)".*/v\1/')
2
cp build/outputs/mapping/release/mapping.txt mapping-$VER.txt
3
-cp Dictionary-release.apk Dictionary-$VER.apk
+cp release/Dictionary-release.apk Dictionary-$VER.apk
4
gpg -a --detach-sign Dictionary-$VER.apk
5
git tag -u 06D4D9C7 "$VER"
0 commit comments