0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/tools/local-release.sh
2024-06-24 12:28:04 +00:00

14 lines
411 B
Bash
Executable File

#!/bin/bash
#
# This script assumes a few things -
#
# 1) you are in the main directory of the Anki source code (e.g. 'Anki-Android' is the current working directory)
# 2) you have a Java keystore, with a keystore+key password and key alias
# It will ask you for your keystore and key password
. tools/check-keystore.sh
./gradlew assembleRelease -Duniversal-apk=true
./tools/parallel-package-release.sh TEST